DBA Data[Home] [Help]

APPS.BEN_EFC_FUNCTIONS dependencies on HR_EFC_WORKER_AUDITS

Line 681: delete from HR_EFC_WORKER_AUDITS

677: --
678: delete from PAY_ELEMENT_ENTRY_VALUES_F_efc
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: --