DBA Data[Home] [Help]

APPS.PAY_GB_EDI_P46_CAR dependencies on PAY_ASSIGNMENT_ACTIONS_S

Line 954: SELECT pay_assignment_actions_s.nextval

950: --
951: -- If flag is set then create action
952: IF l_create_assact_flag = 'Y' THEN
953: --
954: SELECT pay_assignment_actions_s.nextval
955: INTO l_actid
956: FROM dual;
957:
958: hr_utility.set_location(l_proc, 270);

Line 1419: SELECT pay_assignment_actions_s.nextval

1415: --
1416: -- If flag is set then create action
1417: IF l_create_assact_flag = 'Y' THEN
1418: --
1419: SELECT pay_assignment_actions_s.nextval
1420: INTO l_actid
1421: FROM dual;
1422:
1423: hr_utility.set_location(l_proc, 270);