DBA Data[Home] [Help]

APPS.PAY_JP_REPORT_PKG dependencies on PAY_ACTION_INTERLOCKS

Line 890: from pay_action_interlocks pai2,

886: and ppa.effective_date between pa.effective_start_date and pa.effective_end_date
887: --
888: and not exists(
889: select NULL /* Removed the hint as per Bug# 5033800 */
890: from pay_action_interlocks pai2,
891: pay_assignment_actions paa2,
892: pay_payroll_actions ppa2
893: where pai2.locked_action_id = paa.assignment_action_id
894: and paa2.assignment_action_id = pai2.locking_action_id