DBA Data[Home] [Help]

APPS.PAY_US_ARCHIVE dependencies on DUAL

Line 1761: from dual;

1757: /* Create the assignment action to represnt the person / tax unit
1758: combination. */
1759: select pay_assignment_actions_s.nextval
1760: into lockingactid
1761: from dual;
1762:
1763: /* Insert into pay_assignment_actions. */
1764: hr_utility.trace('creating asg action');
1765:

Line 3075: from dual

3071: l_flag varchar2(1);
3072:
3073: cursor c_chk_payroll_action is
3074: select 'Y'
3075: from dual
3076: where exists (select null
3077: from ff_archive_items fai
3078: where fai.context1 = p_payroll_action_id);
3079: begin