DBA Data[Home] [Help]

APPS.CST_START_IMP_PROCESS dependencies on CST_OVHD_RATE_IMPORT_INTERFACE

Line 85: CST_OVHD_RATE_IMPORT_INTERFACE.Start_process(Error_number,i_cost_type,l_next_val,l_grp_id,i_del_option,i_run_option);

81: ELSIF i_option = 2 then
82: CST_RES_COST_IMPORT_INTERFACE.Start_res_cost_import_process(Error_number,l_next_val,l_grp_id,i_cost_type,i_del_option,i_run_option);
83:
84: ELSIF i_option = 3 then
85: CST_OVHD_RATE_IMPORT_INTERFACE.Start_process(Error_number,i_cost_type,l_next_val,l_grp_id,i_del_option,i_run_option);
86:
87: ELSIF i_option = 4 then
88: CST_ITEM_COST_IMPORT_INTERFACE.Start_item_cost_import_process(Error_number,l_next_val,l_grp_id,i_del_option,i_cost_type,i_run_option);
89:

Line 101: CST_OVHD_RATE_IMPORT_INTERFACE.Start_process(Error_number,i_cost_type,l_next_val,l_grp_id,i_del_option,i_run_option);

97: IF Error_number = 1 then
98: raise CST_ERROR_EXCEPTION;
99: END IF;
100:
101: CST_OVHD_RATE_IMPORT_INTERFACE.Start_process(Error_number,i_cost_type,l_next_val,l_grp_id,i_del_option,i_run_option);
102:
103: IF Error_number = 1 then
104: raise CST_ERROR_EXCEPTION;
105: END IF;