DBA Data[Home] [Help]

APPS.ZX_GLOBAL_STRUCTURES_PKG dependencies on ZX_TAXES_B

Line 702: TAX_ID zx_taxes_b.tax_id%type,

698: -- and this structure is valid for the whole session. This structure is referenced in jurisdictions API
699:
700: TYPE geography_use_info_rec_type is record
701: (
702: TAX_ID zx_taxes_b.tax_id%type,
703: GEOGRAPHY_TYPE_NUM number,
704: GEOGRAPHY_TYPE hz_geography_types_b.geography_type%type,
705: GEOGRAPHY_USE hz_geography_types_b.geography_use%TYPE);
706: