DBA Data[Home] [Help]

APPS.PAY_US_MMREF_LOCAL dependencies on PAY_ASSIGNMENT_ACTIONS_S

Line 1211: SELECT pay_assignment_actions_s.nextval

1207: close csr_get_fed_wages;
1208: END IF;
1209: IF (l_report_type = 'FEDW2' and l_value > 0) OR
1210: (l_report_type = 'STW2') then
1211: SELECT pay_assignment_actions_s.nextval
1212: INTO lockingactid
1213: FROM dual;
1214: hr_utility.set_location(
1215: 'pay_us_mmref_reporting.create_assignement_act', 60);