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


VIEW: APPS.CN_DIMENSIONS_ALL_VL

Object Details
Object Name: CN_DIMENSIONS_ALL_VL
Object Type: VIEW
Owner: APPS
Subobject Name:
Status: VALID

View Type

MultiLingual view (a language resolved view of the data.)


All org, single language view of CN_DIMENSIONS_ALL_B,CN_DIMENSIONS_ALL_TL


[View Source]

Columns
Name Datatype Length Mandatory Comments
DIMENSION_ID NUMBER (15) Yes Primary key
ORG_ID NUMBER (15)
Organization identifier
NAME VARCHAR2 (80) Yes Name of the dimension
DESCRIPTION VARCHAR2 (1900)
Dimension description
SOURCE_TABLE_ID NUMBER (15)
Unique identifier of the table which holds the explicit elements of this dimension
LAST_UPDATE_DATE DATE

Standard Who column - date when a user last updated this row.
LAST_UPDATED_BY NUMBER (15)
Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID).
CREATION_DATE DATE

Standard who column - date when this row was created.
CREATED_BY NUMBER (15)
Standard who column - user who created this row (foreign key to FND_USER.USER_ID).
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 DIMENSION_ID
,      ORG_ID
,      NAME
,      DESCRIPTION
,      SOURCE_TABLE_ID
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
FROM APPS.CN_DIMENSIONS_ALL_VL;

Dependencies

[top of page]

APPS.CN_DIMENSIONS_ALL_VL references the following:

SchemaAPPS
SynonymCN_DIMENSIONS_ALL_B
SynonymCN_DIMENSIONS_ALL_TL

APPS.CN_DIMENSIONS_ALL_VL is not referenced by any database object