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


TABLE: CN.CN_HIERARCHIES_API_ALL

Object Details
Object Name: CN_HIERARCHIES_API_ALL
Object Type: TABLE
Owner: CN
FND Design Data: TableCN.CN_HIERARCHIES_API_ALL
Subobject Name:
Status: VALID

***** Warning: Oracle Internal Use Only *****

Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.

Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
CN_HIERARCHIES_API_U1 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnHIERARCHY_API_ID
ColumnORG_ID
Columns
Name Datatype Length Mandatory Comments
HIERARCHY_API_ID NUMBER (15) Yes Unique Identifier
DIMENSION VARCHAR2 (30) Yes Name of the dimension to be loaded
HEADER_HIER_NAME VARCHAR2 (30) Yes Name of the header hierarchy to be loaded
START_PERIOD_NAME VARCHAR2 (30)
Start period name of the interval to be loaded
END_PERIOD_NAME VARCHAR2 (30)
End period nameof the interval to be loaded
DIMENSION_VALUE VARCHAR2 (30) Yes Dimesnion value of child
UNIQUE_VALUE VARCHAR2 (30) Yes Unique value of child
ANCESTOR_DIM_VALUE VARCHAR2 (30)
Dimension value of parent
ANCESTOR_UNIQUE_VALUE VARCHAR2 (30)
Unique value of parent
LOADING_STATUS VARCHAR2 (100)
loading status
ORG_ID NUMBER (15)
Organization identifier
START_DATE_ACTIVE DATE
Yes Start Date Active of the Compensation Group
END_DATE_ACTIVE DATE

End Date Active of the Compensation Group
CREATED_BY NUMBER (15)
Standard who column - user who created this row (foreign key to FND_USER.USER_ID).
CREATION_DATE DATE

Standard who column - date when this row was created.
LAST_UPDATED_BY NUMBER (15)
Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID).
LAST_UPDATE_DATE DATE

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).
SECURITY_GROUP_ID NUMBER

Used in hosted environments
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT HIERARCHY_API_ID
,      DIMENSION
,      HEADER_HIER_NAME
,      START_PERIOD_NAME
,      END_PERIOD_NAME
,      DIMENSION_VALUE
,      UNIQUE_VALUE
,      ANCESTOR_DIM_VALUE
,      ANCESTOR_UNIQUE_VALUE
,      LOADING_STATUS
,      ORG_ID
,      START_DATE_ACTIVE
,      END_DATE_ACTIVE
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      SECURITY_GROUP_ID
FROM CN.CN_HIERARCHIES_API_ALL;

Dependencies

[top of page]

CN.CN_HIERARCHIES_API_ALL does not reference any database object

CN.CN_HIERARCHIES_API_ALL is referenced by following:

SchemaCN
ViewCN_HIERARCHIES_API_ALL#