DBA Data[Home] [Help]

APPS.ZX_RULES_PKG dependencies on ZX_RULES_B

Line 115: TYPE T_TAX_RULE_ID is TABLE of zx_rules_b.tax_rule_id%type

111: procedure DELETE_ROW (
112: X_TAX_RULE_ID in NUMBER);
113:
114: procedure ADD_LANGUAGE;
115: TYPE T_TAX_RULE_ID is TABLE of zx_rules_b.tax_rule_id%type
116: index by binary_integer;
117: TYPE T_TAX_RULE_CODE is TABLE of zx_rules_b.tax_rule_code%type
118: index by binary_integer;
119: TYPE T_TAX is TABLE of zx_rules_b.tax%type

Line 117: TYPE T_TAX_RULE_CODE is TABLE of zx_rules_b.tax_rule_code%type

113:
114: procedure ADD_LANGUAGE;
115: TYPE T_TAX_RULE_ID is TABLE of zx_rules_b.tax_rule_id%type
116: index by binary_integer;
117: TYPE T_TAX_RULE_CODE is TABLE of zx_rules_b.tax_rule_code%type
118: index by binary_integer;
119: TYPE T_TAX is TABLE of zx_rules_b.tax%type
120: index by binary_integer;
121: TYPE T_TAX_REGIME_CODE is TABLE of zx_rules_b.tax_regime_code%type

Line 119: TYPE T_TAX is TABLE of zx_rules_b.tax%type

115: TYPE T_TAX_RULE_ID is TABLE of zx_rules_b.tax_rule_id%type
116: index by binary_integer;
117: TYPE T_TAX_RULE_CODE is TABLE of zx_rules_b.tax_rule_code%type
118: index by binary_integer;
119: TYPE T_TAX is TABLE of zx_rules_b.tax%type
120: index by binary_integer;
121: TYPE T_TAX_REGIME_CODE is TABLE of zx_rules_b.tax_regime_code%type
122: index by binary_integer;
123: TYPE T_SERVICE_TYPE_CODE is TABLE of zx_rules_b.service_type_code%type

Line 121: TYPE T_TAX_REGIME_CODE is TABLE of zx_rules_b.tax_regime_code%type

117: TYPE T_TAX_RULE_CODE is TABLE of zx_rules_b.tax_rule_code%type
118: index by binary_integer;
119: TYPE T_TAX is TABLE of zx_rules_b.tax%type
120: index by binary_integer;
121: TYPE T_TAX_REGIME_CODE is TABLE of zx_rules_b.tax_regime_code%type
122: index by binary_integer;
123: TYPE T_SERVICE_TYPE_CODE is TABLE of zx_rules_b.service_type_code%type
124: index by binary_integer;
125: TYPE T_RECOVERY_TYPE_CODE is TABLE of zx_rules_b.recovery_type_code%type

Line 123: TYPE T_SERVICE_TYPE_CODE is TABLE of zx_rules_b.service_type_code%type

119: TYPE T_TAX is TABLE of zx_rules_b.tax%type
120: index by binary_integer;
121: TYPE T_TAX_REGIME_CODE is TABLE of zx_rules_b.tax_regime_code%type
122: index by binary_integer;
123: TYPE T_SERVICE_TYPE_CODE is TABLE of zx_rules_b.service_type_code%type
124: index by binary_integer;
125: TYPE T_RECOVERY_TYPE_CODE is TABLE of zx_rules_b.recovery_type_code%type
126: index by binary_integer;
127: TYPE T_PRIORITY is TABLE of zx_rules_b.priority%type

Line 125: TYPE T_RECOVERY_TYPE_CODE is TABLE of zx_rules_b.recovery_type_code%type

121: TYPE T_TAX_REGIME_CODE is TABLE of zx_rules_b.tax_regime_code%type
122: index by binary_integer;
123: TYPE T_SERVICE_TYPE_CODE is TABLE of zx_rules_b.service_type_code%type
124: index by binary_integer;
125: TYPE T_RECOVERY_TYPE_CODE is TABLE of zx_rules_b.recovery_type_code%type
126: index by binary_integer;
127: TYPE T_PRIORITY is TABLE of zx_rules_b.priority%type
128: index by binary_integer;
129: TYPE T_SYSTEM_DEFAULT_FLG is TABLE of zx_rules_b.System_Default_Flag%type

Line 127: TYPE T_PRIORITY is TABLE of zx_rules_b.priority%type

123: TYPE T_SERVICE_TYPE_CODE is TABLE of zx_rules_b.service_type_code%type
124: index by binary_integer;
125: TYPE T_RECOVERY_TYPE_CODE is TABLE of zx_rules_b.recovery_type_code%type
126: index by binary_integer;
127: TYPE T_PRIORITY is TABLE of zx_rules_b.priority%type
128: index by binary_integer;
129: TYPE T_SYSTEM_DEFAULT_FLG is TABLE of zx_rules_b.System_Default_Flag%type
130: index by binary_integer;
131: TYPE T_EFFECTIVE_FROM is TABLE of zx_rules_b.effective_from%type

Line 129: TYPE T_SYSTEM_DEFAULT_FLG is TABLE of zx_rules_b.System_Default_Flag%type

125: TYPE T_RECOVERY_TYPE_CODE is TABLE of zx_rules_b.recovery_type_code%type
126: index by binary_integer;
127: TYPE T_PRIORITY is TABLE of zx_rules_b.priority%type
128: index by binary_integer;
129: TYPE T_SYSTEM_DEFAULT_FLG is TABLE of zx_rules_b.System_Default_Flag%type
130: index by binary_integer;
131: TYPE T_EFFECTIVE_FROM is TABLE of zx_rules_b.effective_from%type
132: index by binary_integer;
133: TYPE T_EFFECTIVE_TO is TABLE of zx_rules_b.effective_to%type

Line 131: TYPE T_EFFECTIVE_FROM is TABLE of zx_rules_b.effective_from%type

127: TYPE T_PRIORITY is TABLE of zx_rules_b.priority%type
128: index by binary_integer;
129: TYPE T_SYSTEM_DEFAULT_FLG is TABLE of zx_rules_b.System_Default_Flag%type
130: index by binary_integer;
131: TYPE T_EFFECTIVE_FROM is TABLE of zx_rules_b.effective_from%type
132: index by binary_integer;
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

Line 133: TYPE T_EFFECTIVE_TO is TABLE of zx_rules_b.effective_to%type

129: TYPE T_SYSTEM_DEFAULT_FLG is TABLE of zx_rules_b.System_Default_Flag%type
130: index by binary_integer;
131: TYPE T_EFFECTIVE_FROM is TABLE of zx_rules_b.effective_from%type
132: index by binary_integer;
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

Line 135: TYPE T_RECORD_TYPE is TABLE of zx_rules_b.Record_Type_Code%type

131: TYPE T_EFFECTIVE_FROM is TABLE of zx_rules_b.effective_from%type
132: index by binary_integer;
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

Line 141: TYPE T_ENABLED_FLG is TABLE of zx_rules_b.Enabled_Flag%type

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
144: index by binary_integer;
145: TYPE T_CONTENT_OWNER_ID is TABLE of zx_rules_b.content_owner_id%type

Line 143: TYPE T_APPLICATION_ID is TABLE of zx_rules_b.application_id%type

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
144: index by binary_integer;
145: TYPE T_CONTENT_OWNER_ID is TABLE of zx_rules_b.content_owner_id%type
146: index by binary_integer;
147: TYPE T_DET_FACTOR_TEMPL_CODE is TABLE of zx_rules_b.det_factor_templ_code%type

Line 145: TYPE T_CONTENT_OWNER_ID is TABLE of zx_rules_b.content_owner_id%type

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
144: index by binary_integer;
145: TYPE T_CONTENT_OWNER_ID is TABLE of zx_rules_b.content_owner_id%type
146: index by binary_integer;
147: TYPE T_DET_FACTOR_TEMPL_CODE is TABLE of zx_rules_b.det_factor_templ_code%type
148: index by binary_integer;
149:

Line 147: TYPE T_DET_FACTOR_TEMPL_CODE is TABLE of zx_rules_b.det_factor_templ_code%type

143: TYPE T_APPLICATION_ID is TABLE of zx_rules_b.application_id%type
144: index by binary_integer;
145: TYPE T_CONTENT_OWNER_ID is TABLE of zx_rules_b.content_owner_id%type
146: index by binary_integer;
147: TYPE T_DET_FACTOR_TEMPL_CODE is TABLE of zx_rules_b.det_factor_templ_code%type
148: index by binary_integer;
149:
150: PROCEDURE bulk_insert_rules (
151: X_TAX_RULE_ID IN t_tax_rule_id,