DBA Data[Home] [Help]

APPS.HRHIRAPL dependencies on DUAL

Line 187: from sys.dual;

183: hr_utility.set_location('hr_person.get_period_of_service',2);
184: begin
185: select per_periods_of_service_s.nextval
186: into v_dummy
187: from sys.dual;
188: exception
189: when no_data_found then
190: hr_utility.set_message(801,'HR_6153_ALL_PROCEDURE_FAIL');
191: hr_utility.set_message_token('PROCEDURE','get_period_of_service');