DBA Data[Home] [Help]

APPS.PER_ADD_BUS dependencies on PAY_ASSIGNMENT_ACTIONS

Line 933: from pay_assignment_actions

929: where person_id = p_person_id;
930: --
931: cursor csr_pay_roll_actions(p_assignment_id in number) is
932: select payroll_action_id
933: from pay_assignment_actions
934: where assignment_id = p_assignment_id;
935: --
936: cursor csr_dup_add_type_exists is
937: select null