DBA Data[Home] [Help]

APPS.PAY_ZA_EFT_RECONCILIATION dependencies on PAY_ACTION_INTERLOCKS

Line 28: from pay_action_interlocks pai

24: per_time_periods ptp
25: where paa.assignment_action_id = p_assignment_action_id
26: and paa.PRE_PAYMENT_ID = ppp.PRE_PAYMENT_ID
27: and paa2.assignment_action_id = ( select max(locked_action_id)
28: from pay_action_interlocks pai
29: where pai.locking_action_id = ppp.assignment_action_id
30: )
31: and paa2.payroll_action_id = ppa.payroll_action_id
32: and ppa.time_period_id = ptp.time_period_id;

Line 64: from pay_action_interlocks pai

60: pay_payroll_actions ppa
61: where paa.assignment_action_id = p_assignment_action_id
62: and paa.PRE_PAYMENT_ID = ppp.PRE_PAYMENT_ID
63: and paa2.assignment_action_id = ( select max(locked_action_id)
64: from pay_action_interlocks pai
65: where pai.locking_action_id = ppp.assignment_action_id
66: )
67: and paa2.payroll_action_id = ppa.payroll_action_id;
68: