DBA Data[Home] [Help]

APPS.ZX_TCM_CONTROL_PKG dependencies on FND_LOOKUPS

Line 25: condition_subclass fnd_lookups.lookup_code%type,

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