DBA Data[Home] [Help]

APPS.AD_ZD dependencies on DBMS_SESSION

Line 284: dbms_session.set_edition_deferred(l_edition);

280: l_edition := get_edition(x_edition_type);
281:
282: if (l_edition is not null) then
283: log(c_module, 'STATEMENT', 'Setting current edition to '||l_edition);
284: dbms_session.set_edition_deferred(l_edition);
285: else
286: error(c_module, 'Unable to set edition. Invalid edition type : '||x_edition_type);
287: end if;
288: end;