DBA Data[Home] [Help]

APPS.PAY_US_MMREF_LOCAL dependencies on PAY_ASSIGNMENT_ACTIONS_S

Line 1212: SELECT pay_assignment_actions_s.nextval

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