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


TABLE: PA.PA_ADW_DIMENSION_STATUS

Object Details
Object Name: PA_ADW_DIMENSION_STATUS
Object Type: TABLE
Owner: PA
FND Design Data: TablePA.PA_ADW_DIMENSION_STATUS
Subobject Name:
Status: VALID


PA_ADW_DIMENSION_STATUS stores the status of the dimensions for
Oracle Project Analysis Collection Pack. You can enable/disable
standard Oracle Projects dimensions while implementing the Oracle
Project Analysis Collection Pack.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
PA_ADW_DIMENSION_STATUS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnDIMENSION_CODE
Columns
Name Datatype Length Mandatory Comments
DIMENSION_CODE VARCHAR2 (20) Yes The Identifier of the dimension for which the status is available
DIMENSION_NAME VARCHAR2 (80) Yes The Name of the dimension for which the status is available
STATUS_CODE VARCHAR2 (1) Yes Status of the dimension that indicates whether the dimension is enabled or disabled. This column will have a value of 'E' when the dimension is enabled and a value of 'D' when the dimension is disabled.
UPDATE_ALLOWED VARCHAR2 (1) Yes This column indicates whether user can disable this dimension or not. If the value of the column is 'N', then user can not disable this dimension.
LAST_UPDATE_DATE DATE
Yes Standard Who Column
LAST_UPDATED_BY NUMBER (15) Yes Standard Who Column
CREATION_DATE DATE
Yes Standard Who Column
CREATED_BY NUMBER (15) Yes Standard Who Column
LAST_UPDATE_LOGIN NUMBER (15)
Standard Who Column
Query Text

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


SELECT DIMENSION_CODE
,      DIMENSION_NAME
,      STATUS_CODE
,      UPDATE_ALLOWED
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
FROM PA.PA_ADW_DIMENSION_STATUS;

Dependencies

[top of page]

PA.PA_ADW_DIMENSION_STATUS does not reference any database object

PA.PA_ADW_DIMENSION_STATUS is referenced by following:

SchemaPA
ViewPA_ADW_DIMENSION_STATUS#