DBA Data[Home] [Help]

APPS.HR_DM_GEN_TDS dependencies on DBMS_SQL

Line 19: g_package_body dbms_sql.varchar2s;

15: g_surrogate_pk_col_param varchar2(30);
16:
17: -- to store the package body in to array so as to overcome the limit of 32767
18: -- character the global variable is defined.
19: g_package_body dbms_sql.varchar2s;
20: g_package_index number := 0;
21:
22: --c_newline constant varchar(1) default '
23: --';

Line 329: -- of more than 32 K size can be parsed using dbms_sql procedure.

325: -- Each procedure will be stored in the array of varchar2(32767).
326: -- The input to this procedure is pl/sql table i.e array of string.
327: -- Now the task of this procedure is to split the above array elements into
328: -- array elements of size 256. This is required so as to the package body
329: -- of more than 32 K size can be parsed using dbms_sql procedure.
330: --
331: -- ------------------------------------------------------------------------
332:
333: procedure add_to_package_body