DBA Data[Home] [Help]

APPS.ZX_DET_FACTOR_TEMPL_PKG dependencies on ZX_DET_FACTOR_TEMPL_B

Line 67: is TABLE of zx_det_factor_templ_b.det_factor_templ_id%type

63:
64: procedure ADD_LANGUAGE;
65:
66: TYPE T_DET_FACTOR_TEMPL_ID
67: is TABLE of zx_det_factor_templ_b.det_factor_templ_id%type
68: index by binary_integer;
69: TYPE T_DET_FACTOR_TEMPL_CODE
70: is TABLE of zx_det_factor_templ_b.det_factor_templ_code%type
71: index by binary_integer;

Line 70: is TABLE of zx_det_factor_templ_b.det_factor_templ_code%type

66: TYPE T_DET_FACTOR_TEMPL_ID
67: is TABLE of zx_det_factor_templ_b.det_factor_templ_id%type
68: index by binary_integer;
69: TYPE T_DET_FACTOR_TEMPL_CODE
70: is TABLE of zx_det_factor_templ_b.det_factor_templ_code%type
71: index by binary_integer;
72: TYPE T_TAX_REGIME_CODE is TABLE of zx_det_factor_templ_b.tax_regime_code%type
73: index by binary_integer;
74: TYPE T_LEDGER_ID is TABLE of zx_det_factor_templ_b.ledger_id%type

Line 72: TYPE T_TAX_REGIME_CODE is TABLE of zx_det_factor_templ_b.tax_regime_code%type

68: index by binary_integer;
69: TYPE T_DET_FACTOR_TEMPL_CODE
70: is TABLE of zx_det_factor_templ_b.det_factor_templ_code%type
71: index by binary_integer;
72: TYPE T_TAX_REGIME_CODE is TABLE of zx_det_factor_templ_b.tax_regime_code%type
73: index by binary_integer;
74: TYPE T_LEDGER_ID is TABLE of zx_det_factor_templ_b.ledger_id%type
75: index by binary_integer;
76: TYPE T_CHART_OF_ACCOUNTS_ID

Line 74: TYPE T_LEDGER_ID is TABLE of zx_det_factor_templ_b.ledger_id%type

70: is TABLE of zx_det_factor_templ_b.det_factor_templ_code%type
71: index by binary_integer;
72: TYPE T_TAX_REGIME_CODE is TABLE of zx_det_factor_templ_b.tax_regime_code%type
73: index by binary_integer;
74: TYPE T_LEDGER_ID is TABLE of zx_det_factor_templ_b.ledger_id%type
75: index by binary_integer;
76: TYPE T_CHART_OF_ACCOUNTS_ID
77: is TABLE of zx_det_factor_templ_b.chart_of_accounts_id%type
78: index by binary_integer;

Line 77: is TABLE of zx_det_factor_templ_b.chart_of_accounts_id%type

73: index by binary_integer;
74: TYPE T_LEDGER_ID is TABLE of zx_det_factor_templ_b.ledger_id%type
75: index by binary_integer;
76: TYPE T_CHART_OF_ACCOUNTS_ID
77: is TABLE of zx_det_factor_templ_b.chart_of_accounts_id%type
78: index by binary_integer;
79: TYPE T_TEMPLATE_USAGE is TABLE of zx_det_factor_templ_b.Template_Usage_Code%type
80: index by binary_integer;
81: TYPE T_RECORD_TYPE is TABLE of zx_det_factor_templ_b.Record_Type_Code%type

Line 79: TYPE T_TEMPLATE_USAGE is TABLE of zx_det_factor_templ_b.Template_Usage_Code%type

75: index by binary_integer;
76: TYPE T_CHART_OF_ACCOUNTS_ID
77: is TABLE of zx_det_factor_templ_b.chart_of_accounts_id%type
78: index by binary_integer;
79: TYPE T_TEMPLATE_USAGE is TABLE of zx_det_factor_templ_b.Template_Usage_Code%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

Line 81: TYPE T_RECORD_TYPE is TABLE of zx_det_factor_templ_b.Record_Type_Code%type

77: is TABLE of zx_det_factor_templ_b.chart_of_accounts_id%type
78: index by binary_integer;
79: TYPE T_TEMPLATE_USAGE is TABLE of zx_det_factor_templ_b.Template_Usage_Code%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;