DBA Data[Home] [Help]

APPS.SSP_APAB_PKG dependencies on PAY_ELEMENT_LINKS_F

Line 426: from pay_element_links_f LINK,

422: --
423: -- Do not select reversal entries
424: --
425: select 1
426: from pay_element_links_f LINK,
427: pay_element_types_f TYPE
428: where link.element_link_id = entry.element_link_id
429: and entry.effective_start_date between link.effective_start_date and link.effective_end_date
430: and link.element_type_id = type.element_type_id

Line 1084: from pay_element_links_f LINK,

1080: --
1081: -- Do not select reversal entries
1082: --
1083: select 1
1084: from pay_element_links_f LINK,
1085: pay_element_types_f TYPE
1086: where link.element_link_id = entry.element_link_id
1087: and entry.effective_start_date between link.effective_start_date
1088: and link.effective_end_date