DBA Data[Home] [Help]

APPS.SSP_SAP_PKG dependencies on PAY_ELEMENT_LINKS_F

Line 365: from pay_element_links_f LINK,

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

Line 1195: from pay_element_links_f LINK,

1191: --
1192: -- Do not select reversal entries
1193: --
1194: select 1
1195: from pay_element_links_f LINK,
1196: pay_element_types_f TYPE
1197: where link.element_link_id = entry.element_link_id
1198: and entry.effective_start_date between link.effective_start_date
1199: and link.effective_end_date