DBA Data[Home] [Help]

APPS.PAY_US_MMREF_REPORTING1 dependencies on PAY_ASSIGNMENT_ACTIONS_S

Line 1305: SELECT pay_assignment_actions_s.nextval

1301:
1302: END IF;
1303: IF (l_report_type = 'FEDW2' and l_value <> 0 ) OR
1304: (l_report_type = 'STW2') then
1305: SELECT pay_assignment_actions_s.nextval
1306: INTO lockingactid
1307: FROM dual;
1308: hr_utility.set_location(
1309: 'pay_us_mmref_reporting.create_assignement_act', 60);