DBA Data[Home] [Help]

APPS.PY_ZA_PRORATE_PKG dependencies on PAY_ASSIGNMENT_ACTIONS

Line 73: from pay_assignment_actions

69: where payroll_id = (select payroll_id
70: from pay_payroll_actions
71: where payroll_action_id = x_payroll_action_id)
72: and assignment_id = (select assignment_id
73: from pay_assignment_actions
74: where payroll_action_id = x_payroll_action_id)
75: order by effective_start_date;
76:
77: