DBA Data[Home] [Help]

APPS.PER_ADD_BUS dependencies on PAY_PAYROLL_ACTIONS

Line 1289: from pay_payroll_actions

1285: for assCursor in csr_assignments(p_person_id) loop
1286: for actionCursor in csr_pay_roll_actions(assCursor.assignment_id) loop
1287: select effective_date
1288: into l_action_eff_date
1289: from pay_payroll_actions
1290: where payroll_action_id = actionCursor.payroll_action_id;
1291:
1292: if p_date_from > l_action_eff_date
1293: then