DBA Data[Home] [Help]

APPS.BSC_MIGRATION dependencies on STANDARD

Line 1210: -- create the base table in the standard way

1206:
1207: -- ENH_B_TABLES_PERF: check if the base table has a projection table
1208: h_proj_table_name := Get_Proj_Table_Name(h_table);
1209: IF h_proj_table_name IS NULL THEN
1210: -- create the base table in the standard way
1211: h_message := BSC_APPS.Replace_Token(h_base_message, 'TABLE', h_table);
1212: BSC_APPS.Write_Line_Log(h_message, BSC_APPS.OUTPUT_FILE);
1213: IF NOT Create_Copy_Of_Table_Def(h_table, h_tbs_type) THEN
1214: RAISE e_unexpected_error;

Line 1267: -- create the base table in the standard way

1263:
1264: -- ENH_B_TABLES_PERF: check if the base table has a projection table in the source
1265: h_proj_table_name := Get_Proj_Table_Name(h_table);
1266: IF h_proj_table_name IS NULL THEN
1267: -- create the base table in the standard way
1268: h_message := BSC_APPS.Replace_Token(h_base_message, 'TABLE', h_table);
1269: BSC_APPS.Write_Line_Log(h_message, BSC_APPS.OUTPUT_FILE);
1270: IF NOT Create_Copy_Of_Table_Def(h_table, h_tbs_type) THEN
1271: RAISE e_unexpected_error;