DBA Data[Home] [Help]

APPS.ZX_TCM_CONTROL_PKG dependencies on ZX_FC_TYPES_B

Line 5: classification_category zx_fc_types_b.Classification_Type_Categ_Code%type,

1: PACKAGE ZX_TCM_CONTROL_PKG AS
2: /* $Header: zxccontrols.pls 120.30 2006/08/11 17:37:05 nipatel ship $ */
3:
4: TYPE zx_fiscal_class_info_rec IS RECORD(
5: classification_category zx_fc_types_b.Classification_Type_Categ_Code%type,
6: classification_type zx_fc_types_b.classification_type_code%type,
7: condition_value zx_conditions.alphanumeric_value%type,
8: event_class_code zx_lines_det_factors.trx_business_category%TYPE, -- event_class_code here used as trx_business_category, hence hold the same type
9: tax_determine_date date,

Line 6: classification_type zx_fc_types_b.classification_type_code%type,

2: /* $Header: zxccontrols.pls 120.30 2006/08/11 17:37:05 nipatel ship $ */
3:
4: TYPE zx_fiscal_class_info_rec IS RECORD(
5: classification_category zx_fc_types_b.Classification_Type_Categ_Code%type,
6: classification_type zx_fc_types_b.classification_type_code%type,
7: condition_value zx_conditions.alphanumeric_value%type,
8: event_class_code zx_lines_det_factors.trx_business_category%TYPE, -- event_class_code here used as trx_business_category, hence hold the same type
9: tax_determine_date date,
10: tax_regime_code zx_regimes_b.tax_regime_code%TYPE,

Line 22: classification_category zx_fc_types_b.Classification_Type_Categ_Code%type,

18: TYPE zx_fsc_class_info_cache IS TABLE OF zx_fiscal_class_info_rec
19: INDEX BY BINARY_INTEGER;
20:
21: TYPE zx_category_code_info_rec IS RECORD(
22: classification_category zx_fc_types_b.Classification_Type_Categ_Code%type,
23: classification_type zx_fc_types_b.classification_type_code%type,
24: parameter_value zx_conditions.alphanumeric_value%type,
25: condition_subclass fnd_lookups.lookup_code%type,
26: condition_value zx_conditions.alphanumeric_value%type,

Line 23: classification_type zx_fc_types_b.classification_type_code%type,

19: INDEX BY BINARY_INTEGER;
20:
21: TYPE zx_category_code_info_rec IS RECORD(
22: classification_category zx_fc_types_b.Classification_Type_Categ_Code%type,
23: classification_type zx_fc_types_b.classification_type_code%type,
24: parameter_value zx_conditions.alphanumeric_value%type,
25: condition_subclass fnd_lookups.lookup_code%type,
26: condition_value zx_conditions.alphanumeric_value%type,
27: tax_determine_date date,