DBA Data[Home] [Help]

APPS.BEN_ELEMENT_DELETE_CHECK dependencies on PAY_ELEMENT_LINKS_F

Line 16: , pay_element_links_f el

12: from ben_acty_base_rt_f
13: where element_type_id in
14: (select el.element_type_id
15: from pay_element_entries_f ee
16: , pay_element_links_f el
17: where el.element_link_id = ee.element_link_id
18: and ee.element_entry_id = p_element_entry_id
19: --Bug 2673501 fixes added this to see if it is creation by benefits process.
20: --We show this error for the rows created by the benefits process.