DBA Data[Home] [Help]

SYSTEM.AD_INVOKER dependencies on DBMS_SQL

Line 139: (the_array in out nocopy dbms_sql.varchar2s,

135: -- if log_to_table is 'TRUE', writes errors to ad_parallel_compile_errors
136: --
137:
138: procedure rewrite_plsql_array
139: (the_array in out nocopy dbms_sql.varchar2s,
140: lb in number,
141: ub in number,
142: type in varchar2);
143: --

Line 249: (the_array in dbms_sql.varchar2s,

245: -- would want to wrap these objects, though...
246: --
247:
248: procedure classify_plsql_array
249: (the_array in dbms_sql.varchar2s,
250: lb in number,
251: ub in number,
252: type in varchar2,
253: has_authid out nocopy varchar2,