DBA Data[Home] [Help]

APPS.ZX_FORMULA_PKG dependencies on ZX_FORMULA_TL

Line 249: TYPE T_FORMULA_NAME is TABLE of zx_formula_tl.formula_name%type

245: TYPE T_ATTRIBUTE19 is TABLE of zx_formula_b.attribute19%type
246: index by binary_integer;
247: TYPE T_ATTRIBUTE20 is TABLE of zx_formula_b.attribute20%type
248: index by binary_integer;
249: TYPE T_FORMULA_NAME is TABLE of zx_formula_tl.formula_name%type
250: index by binary_integer;
251: TYPE T_FORMULA_DESCRIPTION is TABLE of zx_formula_tl.formula_description%type
252: index by binary_integer;
253: TYPE T_ENABLED_FLG is TABLE of zx_formula_b.Enabled_Flag%type

Line 251: TYPE T_FORMULA_DESCRIPTION is TABLE of zx_formula_tl.formula_description%type

247: TYPE T_ATTRIBUTE20 is TABLE of zx_formula_b.attribute20%type
248: index by binary_integer;
249: TYPE T_FORMULA_NAME is TABLE of zx_formula_tl.formula_name%type
250: index by binary_integer;
251: TYPE T_FORMULA_DESCRIPTION is TABLE of zx_formula_tl.formula_description%type
252: index by binary_integer;
253: TYPE T_ENABLED_FLG is TABLE of zx_formula_b.Enabled_Flag%type
254: index by binary_integer;
255: TYPE T_CONTENT_OWNER_ID is TABLE of zx_formula_b.content_owner_id%type