DBA Data[Home] [Help]

APPS.PER_ADD_BUS dependencies on PAY_ASSIGNMENT_ACTIONS

Line 934: from pay_assignment_actions

930: where person_id = p_person_id;
931: --
932: cursor csr_pay_roll_actions(p_assignment_id in number) is
933: select payroll_action_id
934: from pay_assignment_actions
935: where assignment_id = p_assignment_id;
936: --
937: -- Added below cursor for bug#8278906
938: cursor c_payroll_actions(p_payroll_action_id in number) is