DBA Data[Home] [Help]

APPS.ZX_DET_FACTOR_TEMPL_PKG dependencies on ZX_DET_FACTOR_TEMPL_TL

Line 84: is TABLE of zx_det_factor_templ_tl.det_factor_templ_name%type

80: index by binary_integer;
81: TYPE T_RECORD_TYPE is TABLE of zx_det_factor_templ_b.Record_Type_Code%type
82: index by binary_integer;
83: TYPE T_DET_FACTOR_TEMPL_NAME
84: is TABLE of zx_det_factor_templ_tl.det_factor_templ_name%type
85: index by binary_integer;
86: TYPE T_DET_FACTOR_TEMPL_DESC
87: is TABLE of zx_det_factor_templ_tl.det_factor_templ_desc%type
88: index by binary_integer;

Line 87: is TABLE of zx_det_factor_templ_tl.det_factor_templ_desc%type

83: TYPE T_DET_FACTOR_TEMPL_NAME
84: is TABLE of zx_det_factor_templ_tl.det_factor_templ_name%type
85: index by binary_integer;
86: TYPE T_DET_FACTOR_TEMPL_DESC
87: is TABLE of zx_det_factor_templ_tl.det_factor_templ_desc%type
88: index by binary_integer;
89:
90: procedure bulk_insert_det_factor_templ (
91: X_DET_FACTOR_TEMPL_ID IN t_det_factor_templ_id,