[Home] [Help]
[Dependency Information]
| Object Name: | EDW_PROJ_PROJECT_LSTG |
|---|---|
| Object Type: | TABLE |
| Owner: | FII |
| FND Design Data: | FII.EDW_PROJ_PROJECT_LSTG
|
| Subobject Name: | |
| Status: | VALID |
This is the staging table for project level table. Before projects information is loaded into the warehouse, data is temporarily held in the staging table for verification and cleansing.
| Tablespace: | APPS_TS_INTERFACE |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| EDW_PROJ_PROJECT_LSTG_N1 | NORMAL | NONUNIQUE |
APPS_TS_INTERFACE
|
PROJECT_PK
|
| EDW_PROJ_PROJECT_LSTG_N2 | NORMAL | NONUNIQUE |
APPS_TS_INTERFACE
|
COLLECTION_STATUS
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| PRJ_TYP_FK_KEY | NUMBER | System generated foreign key to the project type level | ||
| PROJ_CLS1_FK_KEY | NUMBER | System generated foreign key to the project class level | ||
| PROJ_CLS2_FK_KEY | NUMBER | System generated foreign key to the project class level | ||
| PROJ_CLS3_FK_KEY | NUMBER | System generated foreign key to the project class level | ||
| PROJ_CLS4_FK_KEY | NUMBER | System generated foreign key to the project class level | ||
| PROJ_CLS5_FK_KEY | NUMBER | System generated foreign key to the project class level | ||
| PROJ_CLS6_FK_KEY | NUMBER | System generated foreign key to the project class level | ||
| PROJ_CLS7_FK_KEY | NUMBER | System generated foreign key to the project class level | ||
| REQUEST_ID | NUMBER | Concurrent Program who column - concurrent request id of the program that last updated this row (foreign key to FND_CONCURRENT_REQUESTS.REQUEST_ID). | ||
| COLLECTION_STATUS | VARCHAR2 | (30) | Collection status code for the record | |
| DISTRIBUTION_RULE | VARCHAR2 | (30) | The distribution rule that specifies the contract project's revenue accrual and billing method | |
| ERROR_CODE | VARCHAR2 | (2000) | Code used to store error messages | |
| INSTANCE | VARCHAR2 | (40) | Instance identifier | |
| NAME | VARCHAR2 | (2000) | Project name | |
| OPERATION_CODE | VARCHAR2 | (30) | Code used by the collection program to determine whether to insert/update/delete this record | |
| PRJ_TYP_FK | VARCHAR2 | (80) | Foreign key to the project type level | |
| PROJECT | VARCHAR2 | (80) | Project | |
| PROJECT_MANAGER | VARCHAR2 | (80) | Project manager name | |
| PROJECT_PK | VARCHAR2 | (80) | The unique identifier of the project | |
| PROJECT_STATUS_CODE | VARCHAR2 | (30) | The status of the project | |
| PROJ_CLS1_FK | VARCHAR2 | (120) | Foreign key to the project class level | |
| PROJ_CLS2_FK | VARCHAR2 | (120) | Foreign key to the project class level | |
| PROJ_CLS3_FK | VARCHAR2 | (120) | Foreign key to the project class level | |
| PROJ_CLS4_FK | VARCHAR2 | (120) | Foreign key to the project class level | |
| PROJ_CLS5_FK | VARCHAR2 | (120) | Foreign key to the project class level | |
| PROJ_CLS6_FK | VARCHAR2 | (120) | Foreign key to the project class level | |
| PROJ_CLS7_FK | VARCHAR2 | (120) | Foreign key to the project class level | |
| ROW_ID | ROWID | (10) | Row identifier | |
| USER_ATTRIBUTE1 | VARCHAR2 | (240) | User defined attribute | |
| USER_ATTRIBUTE2 | VARCHAR2 | (240) | User defined attribute | |
| USER_ATTRIBUTE3 | VARCHAR2 | (240) | User defined attribute | |
| USER_ATTRIBUTE4 | VARCHAR2 | (240) | User defined attribute | |
| USER_ATTRIBUTE5 | VARCHAR2 | (240) | User defined attribute | |
| DELETION_DATE | DATE | Deletion date of the record | ||
| PROJECT_NUMBER | VARCHAR2 | (60) | Project Number |
Cut, paste (and edit) the following text to query this object:
SELECT PRJ_TYP_FK_KEY
, PROJ_CLS1_FK_KEY
, PROJ_CLS2_FK_KEY
, PROJ_CLS3_FK_KEY
, PROJ_CLS4_FK_KEY
, PROJ_CLS5_FK_KEY
, PROJ_CLS6_FK_KEY
, PROJ_CLS7_FK_KEY
, REQUEST_ID
, COLLECTION_STATUS
, DISTRIBUTION_RULE
, ERROR_CODE
, INSTANCE
, NAME
, OPERATION_CODE
, PRJ_TYP_FK
, PROJECT
, PROJECT_MANAGER
, PROJECT_PK
, PROJECT_STATUS_CODE
, PROJ_CLS1_FK
, PROJ_CLS2_FK
, PROJ_CLS3_FK
, PROJ_CLS4_FK
, PROJ_CLS5_FK
, PROJ_CLS6_FK
, PROJ_CLS7_FK
, ROW_ID
, USER_ATTRIBUTE1
, USER_ATTRIBUTE2
, USER_ATTRIBUTE3
, USER_ATTRIBUTE4
, USER_ATTRIBUTE5
, DELETION_DATE
, PROJECT_NUMBER
FROM FII.EDW_PROJ_PROJECT_LSTG;
FII.EDW_PROJ_PROJECT_LSTG does not reference any database object
FII.EDW_PROJ_PROJECT_LSTG is referenced by following:
APPS
EDW_PROJ_PROJECT_LSTG
|
|
|
|