DBA Data[Home] [Help]

APPS.ZX_TCM_CONTROL_PKG dependencies on ZX_CONDITIONS

Line 7: condition_value zx_conditions.alphanumeric_value%type,

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,
11: classified_entity_id number,

Line 16: fsc_code zx_conditions.alphanumeric_value%type);

12: application_id number,
13: item_org_id number,
14: effective_from date,
15: effective_to date,
16: fsc_code zx_conditions.alphanumeric_value%type);
17:
18: TYPE zx_fsc_class_info_cache IS TABLE OF zx_fiscal_class_info_rec
19: INDEX BY BINARY_INTEGER;
20:

Line 24: parameter_value zx_conditions.alphanumeric_value%type,

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,
28: effective_from date,

Line 26: condition_value zx_conditions.alphanumeric_value%type,

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,
28: effective_from date,
29: effective_to date);
30: