[Home] [Help]
[Dependency Information]
| Object Name: | BIS_TERRITORIES_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | BIS.BIS_TERRITORIES_V
|
| Subobject Name: | |
| Status: | VALID |
A public view which may be useful for custom reporting or other data
requirements.
BIS_TERRITORIES_V
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| TERRITORY_CODE | VARCHAR2 | (30) | comment | |
| NAME | VARCHAR2 | (80) | comment | |
| DESCRIPTION | VARCHAR2 | (240) | comment | |
| TYPE | VARCHAR2 | (30) | comment |
Cut, paste (and edit) the following text to query this object:
SELECT TERRITORY_CODE
, NAME
, DESCRIPTION
, TYPE
FROM APPS.BIS_TERRITORIES_V;
APPS
FND_GLOBAL
- show dependent code
FND_LOOKUPS
FND_TERRITORIES_VL
APPS
BIS_AREAS_V
BIS_REGIONS_V
BIS_TERRITORY_HIERARCHIES_V
|
|
|
|