DBA Data[Home] [Help]

APPS.HR_SOURCE_FORM_TEMPLATES_PKG dependencies on DUAL

Line 242: from dual;

238: exception
239: when no_data_found then
240: select hr_source_form_templates_s.nextval
241: into x_source_form_template_id
242: from dual;
243: end;
244:
245:
246: begin