DBA Data[Home] [Help]

APPS.ZX_GLOBAL_STRUCTURES_PKG dependencies on FND_TERRITORIES

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

623: TYPE Regime_relation_tbl_type IS TABLE of Regime_relation_rec_type index by BINARY_INTEGER;
624:
625: REGIME_RELATION_TBL Regime_relation_tbl_type;
626:
627: TYPE territory_tbl_type is table of FND_TERRITORIES.TERRITORY_CODE%TYPE
628: INDEX by BINARY_INTEGER;
629:
630: G_TERRITORY_TBL territory_tbl_type;
631: