DBA Data[Home] [Help]

APPS.XDO_TEMPLATES_PKG dependencies on DUAL

Line 834: select xdo_templates_seq.nextval into tmpl_id from dual;

830: end if;
831: exception when no_data_found then
832:
833: if ( tmpl_id < 1 or tmpl_id is null ) then
834: select xdo_templates_seq.nextval into tmpl_id from dual;
835: end if;
836:
837: XDO_TEMPLATES_PKG.INSERT_ROW(
838: X_ROWID => row_id,