DBA Data[Home] [Help]

APPS.HR_LEGISLATION_ELEMENTS dependencies on PAY_ELEMENT_LINKS_F

Line 1476: from pay_element_links_f

1472: BEGIN
1473:
1474: select distinct null
1475: into l_null_return
1476: from pay_element_links_f
1477: where element_type_id = l_new_element_type_id
1478: and effective_end_Date > r_distinct.c_end
1479: and business_group_id is not null;
1480: