DBA Data[Home] [Help]

APPS.ZX_GLOBAL_STRUCTURES_PKG dependencies on FND_TERRITORIES

Line 621: TYPE territory_tbl_type is table of FND_TERRITORIES.TERRITORY_CODE%TYPE

617: TYPE Regime_relation_tbl_type IS TABLE of Regime_relation_rec_type index by BINARY_INTEGER;
618:
619: REGIME_RELATION_TBL Regime_relation_tbl_type;
620:
621: TYPE territory_tbl_type is table of FND_TERRITORIES.TERRITORY_CODE%TYPE
622: INDEX by BINARY_INTEGER;
623:
624: G_TERRITORY_TBL territory_tbl_type;
625: