DBA Data[Home] [Help]

APPS.PAY_KR_SAMPLE_SEP_PKG dependencies on PAY_ACTION_INTERLOCKS

Line 597: pay_action_interlocks pai

593: and not exists(
594: select null
595: from pay_payroll_actions rppa,
596: pay_assignment_actions rpaa,
597: pay_action_interlocks pai
598: where pai.locked_action_id = paa.assignment_action_id
599: and rpaa.assignment_action_id = pai.locking_action_id
600: and rppa.payroll_action_id = rpaa.payroll_action_id
601: and rppa.action_type = 'V')