DBA Data[Home] [Help]

APPS.BSC_UPDATE dependencies on BSC_UPDATE_INC

Line 663: IF NOT BSC_UPDATE_INC.Do_Incremental_AT() THEN

659: RAISE e_could_not_get_lock;
660: END IF;
661:
662: --LOCKING: call the autonomous transaction function
663: IF NOT BSC_UPDATE_INC.Do_Incremental_AT() THEN
664: RAISE e_update_error;
665: END IF;
666:
667: --LOCKING: commit to release the locks

Line 778: IF NOT BSC_UPDATE_INC.Purge_Indicators_Data_AT(h_indicators, h_num_indicators, g_keep_input_table_data) THEN

774: g_keep_input_table_data := 'N';
775: END IF;
776:
777: --LOCKING: Call the autonomous transaction function
778: IF NOT BSC_UPDATE_INC.Purge_Indicators_Data_AT(h_indicators, h_num_indicators, g_keep_input_table_data) THEN
779: RAISE e_update_error;
780: END IF;
781:
782: --LOCKING: commit to release locks

Line 5556: IF NOT BSC_UPDATE_INC.Get_Input_Tables(x_input_tables, x_num_input_tables, h_system_tables, h_num_system_tables) THEN

5552: END LOOP;
5553: CLOSE h_cursor;
5554:
5555: -- Insert into the array x_input_tables the input tables from where the system tables are originated.
5556: IF NOT BSC_UPDATE_INC.Get_Input_Tables(x_input_tables, x_num_input_tables, h_system_tables, h_num_system_tables) THEN
5557: RAISE e_unexpected_error;
5558: END IF;
5559:
5560: RETURN TRUE;