DBA Data[Home] [Help]

APPS.PAYUSUNB_PKG dependencies on DUAL

Line 339: from dual;

335: end if;
336:
337: select fnd_date.date_to_canonical(ld_cur_date)
338: into lv_cur_date
339: from dual;
340:
341: -- range cursor query
342: lv_sqlstr :=
343: 'SELECT /*+ ORDERED

Line 728: FROM dual;

724: hr_utility.set_location('procpyr',3);
725:
726: SELECT pay_assignment_actions_s.NEXTVAL
727: INTO L_lockingactid
728: FROM dual;
729: /*Added for Bug#9872952*/
730: /*When the Profile value of 'PAY:Use Direct Balances for US Federal Taxes' is set as Yes,
731: the employees who have the FIT Exempt from Wage Accumulation selected will be shown
732: in exception section in the end of report.*/