DBA Data[Home] [Help]

APPS.HR_SOURCE_FORM_TEMPLATES_PKG dependencies on DUAL

Line 221: from dual;

217: exception
218: when no_data_found then
219: select hr_source_form_templates_s.nextval
220: into x_source_form_template_id
221: from dual;
222: end;
223:
224:
225: begin