DBA Data[Home] [Help]

APPS.SSP_PAD_PKG dependencies on PAY_ELEMENT_LINKS_F

Line 358: from pay_element_links_f LINK,

354: --
355: -- Do not select reversal entries
356: --
357: select 1
358: from pay_element_links_f LINK,
359: pay_element_types_f TYPE
360: where link.element_link_id = entry.element_link_id
361: and entry.effective_start_date between link.effective_start_date and link.effective_end_date
362: and link.element_type_id = type.element_type_id

Line 1035: from pay_element_links_f LINK,

1031: --
1032: -- Do not select reversal entries
1033: --
1034: select 1
1035: from pay_element_links_f LINK,
1036: pay_element_types_f TYPE
1037: where link.element_link_id = entry.element_link_id
1038: and entry.effective_start_date between link.effective_start_date
1039: and link.effective_end_date