DBA Data[Home] [Help]

APPS.HR_TEMPLATE_ITEMS_PKG dependencies on DUAL

Line 204: from dual;

200: exception
201: when no_data_found then
202: select hr_template_items_b_s.nextval
203: into x_template_item_id
204: from dual;
205: end;
206:
207:
208: begin