DBA Data[Home] [Help]

APPS.ZX_TRD_SERVICES_PUB_PKG dependencies on HZ_GEOGRAPHY_TYPES_B

Line 6258: FROM hz_geography_types_b

6254: END IF; --l_acc_src_tax_rate_id is not null
6255:
6256: SELECT count(1)
6257: INTO l_geo_use_count
6258: FROM hz_geography_types_b
6259: WHERE geography_type = l_geography_type
6260: AND geography_use <> 'MASTER_REF'
6261: AND rownum = 1;
6262: