DBA Data[Home] [Help]

APPS.SSP_SMP_PKG dependencies on PAY_ELEMENT_LINKS_F

Line 546: from pay_element_links_f LINK,

542: --
543: -- Do not select reversal entries
544: --
545: select 1
546: from pay_element_links_f LINK,
547: pay_element_types_f TYPE
548: where link.element_link_id = entry.element_link_id
549: and entry.effective_start_date between link.effective_start_date and link.effective_end_date
550: and link.element_type_id = type.element_type_id

Line 1476: from pay_element_links_f LINK,

1472: --
1473: -- Do not select reversal entries
1474: --
1475: select 1
1476: from pay_element_links_f LINK,
1477: pay_element_types_f TYPE
1478: where link.element_link_id = entry.element_link_id
1479: and entry.effective_start_date between link.effective_start_date
1480: and link.effective_end_date