DBA Data[Home] [Help] [Dependency Information]


TABLE: BIS.BIS_TERRITORY_HIERARCHIES

Object Details
Object Name: BIS_TERRITORY_HIERARCHIES
Object Type: TABLE
Owner: BIS
FND Design Data: TableBIS.BIS_TERRITORY_HIERARCHIES
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.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
BIS_TERRITORY_HIERARCHIES_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnPARENT_TERRITORY_CODE
ColumnPARENT_TERRITORY_TYPE
ColumnCHILD_TERRITORY_CODE
ColumnCHILD_TERRITORY_TYPE
Columns
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).
Query Text

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;

Dependencies

[top of page]

BIS.BIS_TERRITORY_HIERARCHIES does not reference any database object

BIS.BIS_TERRITORY_HIERARCHIES is referenced by following:

SchemaAPPS
SynonymBIS_TERRITORY_HIERARCHIES