DBA Data[Home] [Help]

APPS.HR_DM_GEN_TUPS dependencies on DBMS_SQL

Line 52: g_package_body dbms_sql.varchar2s;

48: g_exception_tbl hr_dm_library.t_varchar2_tbl;
49:
50: -- to store the package body in to array so as to overcome the limit of 32767
51: -- character the global variable is defined.
52: g_package_body dbms_sql.varchar2s;
53: g_package_index number := 0;
54: /*
55: c_newline constant varchar(1) default '
56: ';

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

154: -- This procedure will be called by each procedure to be created by TUPS.
155: -- Each procedure will be stored in the array of varchar2(32767).
156: -- Now the task of this procedure is to split the above array elements into
157: -- array elements of size 256. This is required so as to the package body
158: -- of more than 32 K size can be parsed using dbms_sql procedure.
159: --
160: -- ------------------------------------------------------------------------
161:
162: procedure add_to_package_body