DBA Data[Home] [Help]

APPS.HR_LEGISLATION_ELEMENTS dependencies on PAY_ELEMENT_LINKS_F

Line 1497: from pay_element_links_f

1493: BEGIN
1494:
1495: select distinct null
1496: into l_null_return
1497: from pay_element_links_f
1498: where element_type_id = l_new_element_type_id
1499: and effective_end_Date > r_distinct.c_end
1500: and business_group_id is not null;
1501: