DBA Data[Home] [Help]

APPS.SSP_SAP_PKG dependencies on PAY_ELEMENT_LINKS_F

Line 367: from pay_element_links_f LINK,

363: --
364: -- Do not select reversal entries
365: --
366: select 1
367: from pay_element_links_f LINK,
368: pay_element_types_f TYPE
369: where link.element_link_id = entry.element_link_id
370: and entry.effective_start_date between link.effective_start_date and link.effective_end_date
371: and link.element_type_id = type.element_type_id

Line 1202: from pay_element_links_f LINK,

1198: --
1199: -- Do not select reversal entries
1200: --
1201: select 1
1202: from pay_element_links_f LINK,
1203: pay_element_types_f TYPE
1204: where link.element_link_id = entry.element_link_id
1205: and entry.effective_start_date between link.effective_start_date
1206: and link.effective_end_date