DBA Data[Home] [Help]

APPS.BEN_EFC_FUNCTIONS dependencies on HR_EFC_PROCESS_COMPONENTS

Line 117: -- First processor only - insert a row into the HR_EFC_PROCESS_COMPONENTS

113: ,p_step => 'C_RECAL'
114: ,p_total_workers => p_total_workers
115: );
116: --
117: -- First processor only - insert a row into the HR_EFC_PROCESS_COMPONENTS
118: -- table (procedure includes locking so that only 1 row is inserted)
119: --
120: hr_efc_info.insert_or_select_comp_row
121: (p_action_id => l_action_id

Line 689: delete from HR_EFC_PROCESS_COMPONENTS

685: --
686: delete from HR_EFC_WORKERS
687: where efc_action_id = l_efc_action_id;
688: --
689: delete from HR_EFC_PROCESS_COMPONENTS
690: where efc_action_id = l_efc_action_id;
691: --
692: delete from HR_EFC_ROUNDING_ERRORS
693: where efc_action_id = l_efc_action_id;