DBA Data[Home] [Help]

APPS.PAY_IE_HIST_ARCH_PKG dependencies on DUAL

Line 97: 'from dual where to_char(:payroll_action_id) = dummy';

93: then
94: sqlstr := 'select 1 '||
95: '/* ERROR - Employer Details Fetch failed with: '||
96: sqlerrm(sqlcode)||' */ '||
97: 'from dual where to_char(:payroll_action_id) = dummy';
98: hr_utility.set_location('Exception occured in range_cursor: '||SQLERRM,30);
99: raise;
100: end range_cursor;
101:

Line 187: from dual;

183: loop
184:
185: select pay_assignment_actions_s.nextval
186: into lockingactid
187: from dual;
188:
189: hr_nonrun_asact.insact
190: (
191: lockingactid => lockingactid,