diff --git a/db/ddlutils/oracle/views/RV_PP_COST_BOMLINE.sql b/db/ddlutils/oracle/views/T_BOMLINE_COSTS.sql similarity index 94% rename from db/ddlutils/oracle/views/RV_PP_COST_BOMLINE.sql rename to db/ddlutils/oracle/views/T_BOMLINE_COSTS.sql index 6e827f1abb..31f28bcfba 100644 --- a/db/ddlutils/oracle/views/RV_PP_COST_BOMLINE.sql +++ b/db/ddlutils/oracle/views/T_BOMLINE_COSTS.sql @@ -1,4 +1,4 @@ -CREATE OR REPLACE VIEW rv_pp_cost_bomline +CREATE OR REPLACE VIEW T_BOMLINE_COSTS AS SELECT t.seqno, t.levelno, t.levels, t.ad_client_id,t.C_AcctSchema_ID, t.ad_org_id, t.createdby, t.updatedby, t.updated, diff --git a/db/ddlutils/postgresql/views/RV_PP_COST_BOMLINE.sql b/db/ddlutils/postgresql/views/T_BOMLINE_COSTS.sql similarity index 94% rename from db/ddlutils/postgresql/views/RV_PP_COST_BOMLINE.sql rename to db/ddlutils/postgresql/views/T_BOMLINE_COSTS.sql index 6333b849b5..6413d69797 100644 --- a/db/ddlutils/postgresql/views/RV_PP_COST_BOMLINE.sql +++ b/db/ddlutils/postgresql/views/T_BOMLINE_COSTS.sql @@ -1,4 +1,4 @@ -CREATE OR REPLACE VIEW rv_pp_cost_bomline +CREATE OR REPLACE VIEW T_BOMLine_Costs AS SELECT t.seqno, t.levelno, t.levels, t.ad_client_id,t.C_AcctSchema_ID, t.ad_org_id, t.createdby, t.updatedby, t.updated,