DBA Data[Home] [Help]

APPS.HR_TEMPLATE_ITEMS_PKG dependencies on DUAL

Line 249: from dual;

245: exception
246: when no_data_found then
247: select hr_template_items_b_s.nextval
248: into x_template_item_id
249: from dual;
250: end;
251:
252:
253: begin