[Home] [Help]
[Dependency Information]
Object Name: | BIS_TERRITORY_HIERARCHIES |
---|---|
Object Type: | TABLE |
Owner: | BIS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
BIS_TERRITORY_HIERARCHIES is a list of aggreagation relationships between geographical entities. It defines which geographical territories (e.g the state of California, the town of Aptos) are a part of whihc larger geographical territories (e.g. the United States of America, the county of Santa Cruz.) This is necessary for producing reports which are broken down along the geographical dimension.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
BIS_TERRITORY_HIERARCHIES_U1 | NORMAL | UNIQUE |
![]() |
![]() ![]() ![]() ![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
PARENT_TERRITORY_CODE | VARCHAR2 | (30) | Yes | Description |
PARENT_TERRITORY_TYPE | VARCHAR2 | (30) | Yes | Description |
CHILD_TERRITORY_CODE | VARCHAR2 | (30) | Yes | Description |
CHILD_TERRITORY_TYPE | VARCHAR2 | (30) | Yes | Description |
START_DATE_ACTIVE | DATE | Description | ||
END_DATE_ACTIVE | DATE | Description | ||
CREATED_BY | NUMBER | (15) | Yes | Standard who column - user who created this row (foreign key to FND_USER.USER_ID). |
CREATION_DATE | DATE | Yes | Standard who column - date when this row was created. | |
LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID). |
LAST_UPDATE_DATE | DATE | Yes | Standard Who column - date when a user last updated this row. | |
LAST_UPDATE_LOGIN | NUMBER | (15) | Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID). |
Cut, paste (and edit) the following text to query this object:
SELECT PARENT_TERRITORY_CODE
, PARENT_TERRITORY_TYPE
, CHILD_TERRITORY_CODE
, CHILD_TERRITORY_TYPE
, START_DATE_ACTIVE
, END_DATE_ACTIVE
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM BIS.BIS_TERRITORY_HIERARCHIES;
BIS.BIS_TERRITORY_HIERARCHIES does not reference any database object
BIS.BIS_TERRITORY_HIERARCHIES is referenced by following:
|
|
|