DBA Data[Home] [Help]

APPS.SSP_SMP_PKG dependencies on PAY_ELEMENT_LINKS_F

Line 553: from pay_element_links_f LINK,

549: --
550: -- Do not select reversal entries
551: --
552: select 1
553: from pay_element_links_f LINK,
554: pay_element_types_f TYPE
555: where link.element_link_id = entry.element_link_id
556: and entry.effective_start_date between link.effective_start_date and link.effective_end_date
557: and link.element_type_id = type.element_type_id

Line 1555: from pay_element_links_f LINK,

1551: --
1552: -- Do not select reversal entries
1553: --
1554: select 1
1555: from pay_element_links_f LINK,
1556: pay_element_types_f TYPE
1557: where link.element_link_id = entry.element_link_id
1558: and entry.effective_start_date between link.effective_start_date
1559: and link.effective_end_date