DBA Data[Home] [Help]

APPS.ZX_GLOBAL_STRUCTURES_PKG dependencies on ZX_TAXES_B

Line 720: TAX_ID zx_taxes_b.tax_id%type,

716: -- and this structure is valid for the whole session. This structure is referenced in jurisdictions API
717:
718: TYPE geography_use_info_rec_type is record
719: (
720: TAX_ID zx_taxes_b.tax_id%type,
721: GEOGRAPHY_TYPE_NUM number,
722: GEOGRAPHY_TYPE hz_geography_types_b.geography_type%type,
723: GEOGRAPHY_USE hz_geography_types_b.geography_use%TYPE);
724: