[Home] [Help]
[Dependency Information]
| Object Name: | CN_HIERARCHY_NODES_ALL |
|---|---|
| Object Type: | TABLE |
| Owner: | CN |
| FND Design Data: | CN.CN_HIERARCHY_NODES_ALL
|
| Subobject Name: | |
| Status: | VALID |
CN_HIERARCHY_NODES contains information about
elements of a hierarchy. You need one row for each element
(base-table or internal) presented in the hierarchy (alternately
viewed as each "node" in the graphical representation of
the hierarchy).
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| CN_HIERARCHY_NODES_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
VALUE_ID
ORG_ID
|
| CN_HIERARCHY_NODES_U2 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
DIM_HIERARCHY_ID
EXTERNAL_ID
ORG_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| VALUE_ID | NUMBER | (15) | Yes | Primary key. |
| NAME | VARCHAR2 | (30) | Yes | Name. User entered for internal nodes, but denormalized from base table for base table nodes. |
| DIM_HIERARCHY_ID | NUMBER | (15) | Yes | Period effective interval for which this node exists. Foreign key to CN_DIM_HIERARCHIES |
| REF_COUNT | NUMBER | (15) | How many parents does this node have. If REF_COUNT is zero, node may be removed without effecting hierarchy. | |
| EXTERNAL_ID | NUMBER | (15) | Foreign key to whatever the base table is for this dimension. | |
| HIERARCHY_LEVEL | NUMBER | (15) | Maximal number of parent-child levels between this node and a root node. | |
| CREATION_DATE | DATE | Standard who column - date when this row was created. | ||
| LAST_UPDATE_DATE | DATE | Standard Who column - date when a user last updated this row. | ||
| LAST_UPDATED_BY | NUMBER | Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID). | ||
| LAST_UPDATE_LOGIN | NUMBER | Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID). | ||
| CREATED_BY | NUMBER | Standard who column - user who created this row (foreign key to FND_USER.USER_ID). | ||
| PROGRAM_ID | NUMBER | (15) | Concurrent Program who column - program id of the program that last updated this row (foreign key to FND_CONCURRENT_PROGRAM.CONCURRENT_PROGRAM_ID). | |
| REQUEST_ID | NUMBER | (15) | Concurrent Program who column - concurrent request id of the program that last updated this row (foreign key to FND_CONCURRENT_REQUESTS.REQUEST_ID). | |
| PROGRAM_APPLICATION_ID | NUMBER | (15) | Concurrent Program who column - application id of the program that last updated this row (foreign key to FND_APPLICATION.APPLICATION_ID). | |
| PROGRAM_UPDATE_DATE | DATE | Concurrent Program who column - date when a program last updated this row). | ||
| ORG_ID | NUMBER | (15) | Organization identifier | |
| SECURITY_GROUP_ID | NUMBER | Used in hosted environments |
Cut, paste (and edit) the following text to query this object:
SELECT VALUE_ID
, NAME
, DIM_HIERARCHY_ID
, REF_COUNT
, EXTERNAL_ID
, HIERARCHY_LEVEL
, CREATION_DATE
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
, CREATED_BY
, PROGRAM_ID
, REQUEST_ID
, PROGRAM_APPLICATION_ID
, PROGRAM_UPDATE_DATE
, ORG_ID
, SECURITY_GROUP_ID
FROM CN.CN_HIERARCHY_NODES_ALL;
CN.CN_HIERARCHY_NODES_ALL does not reference any database object
CN.CN_HIERARCHY_NODES_ALL is referenced by following:
CN
CN_HIERARCHY_NODES_ALL#
|
|
|
|