DBA Data[Home] [Help]

APPS.PAY_US_YEPP_ADD_ACTIONS_PKG dependencies on PAY_ASSIGNMENT_ACTIONS_S

Line 727: select pay_assignment_actions_s.nextval

723: /* Create the assignment action to represnt the person / tax unit
724: combination. */
725: hr_utility.set_location(gv_package_name || '.get_eligible_assignments', 110);
726:
727: select pay_assignment_actions_s.nextval
728: into lockingactid
729: from dual;
730:
731: open c_get_asg_id(l_person_id);