DBA Data[Home] [Help]

APPS.PAY_US_MMREF_REPORTING dependencies on PAY_ASSIGNMENT_ACTIONS_S

Line 1788: SELECT pay_assignment_actions_s.nextval

1784:
1785: END IF;
1786: IF (l_report_type = 'FEDW2' and l_value <> 0 ) OR
1787: (l_report_type = 'STW2') then
1788: SELECT pay_assignment_actions_s.nextval
1789: INTO lockingactid
1790: FROM dual;
1791: hr_utility.set_location(
1792: 'pay_us_mmref_reporting.create_assignement_act', 60);