[Home] [Help]
[Dependency Information]
Object Name: | PA_ADW_DIMENSION_STATUS |
---|---|
Object Type: | TABLE |
Owner: | PA |
FND Design Data: | ![]() |
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.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
PA_ADW_DIMENSION_STATUS_U1 | NORMAL | UNIQUE |
![]() |
![]() |
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 |
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;
PA.PA_ADW_DIMENSION_STATUS does not reference any database object
PA.PA_ADW_DIMENSION_STATUS is referenced by following:
|
|
|