DBA Data[Home] [Help]

APPS.PAY_US_ARCHIVE dependencies on DUAL

Line 1457: from dual;

1453: /* Create the assignment action to represnt the person / tax unit
1454: combination. */
1455: select pay_assignment_actions_s.nextval
1456: into lockingactid
1457: from dual;
1458:
1459: /* Insert into pay_assignment_actions. */
1460: hr_utility.trace('creating asg action');
1461:

Line 2565: from dual

2561: l_flag varchar2(1);
2562:
2563: cursor c_chk_payroll_action is
2564: select 'Y'
2565: from dual
2566: where exists (select null
2567: from ff_archive_items fai
2568: where fai.context1 = p_payroll_action_id);
2569: begin