DBA Data[Home] [Help]

APPS.BEN_EFC_FUNCTIONS dependencies on HR_EFC_WORKERS

Line 683: from HR_EFC_WORKERS

679: where EFC_ACTION_ID = l_efc_action_id;
680: --
681: delete from HR_EFC_WORKER_AUDITS
682: where exists (select efc_worker_id
683: from HR_EFC_WORKERS
684: where efc_action_id = l_efc_action_id);
685: --
686: delete from HR_EFC_WORKERS
687: where efc_action_id = l_efc_action_id;

Line 686: delete from HR_EFC_WORKERS

682: where exists (select efc_worker_id
683: from HR_EFC_WORKERS
684: where efc_action_id = l_efc_action_id);
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;