DBA Data[Home] [Help]

APPS.SSP_PAB_PKG dependencies on PAY_ELEMENT_LINKS_F

Line 400: from pay_element_links_f LINK,

396: --
397: -- Do not select reversal entries
398: --
399: select 1
400: from pay_element_links_f LINK,
401: pay_element_types_f TYPE
402: where link.element_link_id = entry.element_link_id
403: and entry.effective_start_date between link.effective_start_date and link.effective_end_date
404: and link.element_type_id = type.element_type_id

Line 1126: from pay_element_links_f LINK,

1122: --
1123: -- Do not select reversal entries
1124: --
1125: select 1
1126: from pay_element_links_f LINK,
1127: pay_element_types_f TYPE
1128: where link.element_link_id = entry.element_link_id
1129: and entry.effective_start_date between link.effective_start_date
1130: and link.effective_end_date