DBA Data[Home] [Help]

APPS.PAY_US_1099R_MAG_REPORTING dependencies on DUAL

Line 519: from dual

515: --any of the assignments or any assignment is pending (Marked for Retry)
516: Cursor c_check_asg (cp_payroll_action_id number,
517: cp_status_type varchar2) IS
518: select '1'
519: from dual
520: where exists (
521: select '1'
522: from pay_assignment_actions paa
523: where paa.payroll_action_id = cp_payroll_action_id

Line 1241: into ln_lockingactid from dual;

1237:
1238: if ln_create_assignment = 1 then
1239:
1240: select pay_assignment_actions_s.nextval
1241: into ln_lockingactid from dual;
1242:
1243: hr_utility.set_location(
1244: 'pay_us_1099r_mag_reporting.mag_1099r_action_creation', 60);
1245: