DBA Data[Home] [Help]

APPS.HRHIRAPL dependencies on DUAL

Line 207: from sys.dual;

203: hr_utility.set_location('hr_person.get_period_of_service',2);
204: begin
205: select per_periods_of_service_s.nextval
206: into v_dummy
207: from sys.dual;
208: exception
209: when no_data_found then
210: hr_utility.set_message(801,'HR_6153_ALL_PROCEDURE_FAIL');
211: hr_utility.set_message_token('PROCEDURE','get_period_of_service');

Line 2813: from dual

2809: -- Start changes for bug 9644377
2810:
2811: Cursor csr_pay_actions(lp_assignment_id number) is
2812: select 'Y'
2813: from dual
2814: where exists
2815: (SELECT NULL
2816: FROM pay_payroll_actions pac,
2817: pay_assignment_actions act,