DBA Data[Home] [Help]

APPS.PAY_US_MAGW2_REPORTING dependencies on PAY_ASSIGNMENT_ACTIONS_S

Line 1109: SELECT pay_assignment_actions_s.nextval

1105: close csr_get_fed_wages;
1106: END IF;
1107: IF (l_report_type = 'FEDW2' and l_value > 0) OR
1108: (l_report_type = 'STW2') then
1109: SELECT pay_assignment_actions_s.nextval
1110: INTO lockingactid
1111: FROM dual;
1112: hr_utility.set_location(
1113: 'pay_us_magw2_reporting.create_assignement_act', 60);