DBA Data[Home] [Help]

APPS.ZX_RULES_PKG dependencies on ZX_RULES_TL

Line 137: TYPE T_TAX_RULE_NAME is TABLE of zx_rules_tl.tax_rule_name%type

133: TYPE T_EFFECTIVE_TO is TABLE of zx_rules_b.effective_to%type
134: index by binary_integer;
135: TYPE T_RECORD_TYPE is TABLE of zx_rules_b.Record_Type_Code%type
136: index by binary_integer;
137: TYPE T_TAX_RULE_NAME is TABLE of zx_rules_tl.tax_rule_name%type
138: index by binary_integer;
139: TYPE T_TAX_RULE_DESC is TABLE of zx_rules_tl.tax_rule_desc%type
140: index by binary_integer;
141: TYPE T_ENABLED_FLG is TABLE of zx_rules_b.Enabled_Flag%type

Line 139: TYPE T_TAX_RULE_DESC is TABLE of zx_rules_tl.tax_rule_desc%type

135: TYPE T_RECORD_TYPE is TABLE of zx_rules_b.Record_Type_Code%type
136: index by binary_integer;
137: TYPE T_TAX_RULE_NAME is TABLE of zx_rules_tl.tax_rule_name%type
138: index by binary_integer;
139: TYPE T_TAX_RULE_DESC is TABLE of zx_rules_tl.tax_rule_desc%type
140: index by binary_integer;
141: TYPE T_ENABLED_FLG is TABLE of zx_rules_b.Enabled_Flag%type
142: index by binary_integer;
143: TYPE T_APPLICATION_ID is TABLE of zx_rules_b.application_id%type