DBA Data[Home] [Help]

APPS.PY_ZA_PRORATE_PKG dependencies on PER_ASSIGNMENTS_F

Line 70: from per_assignments_f

66: RETURN NUMBER IS
67:
68: CURSOR c2 (x_payroll_action_id number, x_assignment_id number) is
69: select effective_start_date,effective_end_date
70: from per_assignments_f
71: where payroll_id = (select payroll_id
72: from pay_payroll_actions
73: where payroll_action_id = x_payroll_action_id)
74: and assignment_id = x_assignment_id --Modified for Bug 8464020