DBA Data[Home] [Help]

APPS.PAY_GB_EDI_P46_CAR dependencies on PAY_ASSIGNMENT_ACTIONS_S

Line 1246: SELECT pay_assignment_actions_s.nextval

1242: --
1243: -- If flag is set then create action
1244: IF l_create_assact_flag = 'Y' THEN
1245: --
1246: SELECT pay_assignment_actions_s.nextval
1247: INTO l_actid
1248: FROM dual;
1249:
1250: hr_utility.set_location(l_proc, 270);

Line 1780: SELECT pay_assignment_actions_s.nextval

1776: --
1777: -- If flag is set then create action
1778: IF l_create_assact_flag = 'Y' THEN
1779: --
1780: SELECT pay_assignment_actions_s.nextval
1781: INTO l_actid
1782: FROM dual;
1783:
1784: hr_utility.set_location(l_proc, 270);

Line 2320: SELECT pay_assignment_actions_s.nextval

2316: --
2317: -- If flag is set then create action
2318: IF l_create_assact_flag = 'Y' THEN
2319: --
2320: SELECT pay_assignment_actions_s.nextval
2321: INTO l_actid
2322: FROM dual;
2323:
2324: hr_utility.set_location(l_proc, 270);

Line 2860: SELECT pay_assignment_actions_s.nextval

2856: --
2857: -- If flag is set then create action
2858: IF l_create_assact_flag = 'Y' THEN
2859: --
2860: SELECT pay_assignment_actions_s.nextval
2861: INTO l_actid
2862: FROM dual;
2863:
2864: hr_utility.set_location(l_proc, 270);