[Home] [Help]
[Dependency Information]
| Object Name: | CSD_FACT_DETAILS |
|---|---|
| Object Type: | TABLE |
| Owner: | CSD |
| FND Design Data: | CSD.CSD_FACT_DETAILS
|
| Subobject Name: | |
| Status: | VALID |
Table that maintains the detail of when the table was refreshed last.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| CSD_FACT_DETAILS_U1 | NORMAL | UNIQUE |
APPS_TS_SUMMARY
|
FACT_NAME
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| FACT_NAME | VARCHAR2 | (30) | Yes | Name of the FACT table. |
| LAST_RUN_DATE | DATE | Yes | Last run date of the concurrent program. | |
| CREATED_BY | NUMBER | (15) | Yes | Standard who column - user who created this row (foreign key to FND_USER.USER_ID). |
| CREATION_DATE | DATE | Yes | Standard who column - date when this row was created. | |
| LAST_UPDATE_DATE | DATE | Yes | Standard Who column - date when a user last updated this row. | |
| LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard who column - user who last updated 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). | |
| PROGRAM_ID | NUMBER | (15) | Concurrent Program who column - program id of the program that last updated this row (foreign key to FND_CONCURRENT_PROGRAM.CONCURRENT_PROGRAM_ID). | |
| PROGRAM_LOGIN_ID | NUMBER | (15) | Concurrent Program who column - program id of the program that last updated this row (foreign key to FND_CONCURRENT_PROGRAM.CONCURRENT_PROGRAM_ID). | |
| PROGRAM_APPLICATION_ID | NUMBER | (15) | Concurrent Program who column - application id of the program that last updated this row (foreign key to FND_APPLICATION.APPLICATION_ID). | |
| REQUEST_ID | NUMBER | (15) | Concurrent Program who column - concurrent request id of the program that last updated this row (foreign key to FND_CONCURRENT_REQUESTS.REQUEST_ID). |
Cut, paste (and edit) the following text to query this object:
SELECT FACT_NAME
, LAST_RUN_DATE
, CREATED_BY
, CREATION_DATE
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
, PROGRAM_ID
, PROGRAM_LOGIN_ID
, PROGRAM_APPLICATION_ID
, REQUEST_ID
FROM CSD.CSD_FACT_DETAILS;
CSD.CSD_FACT_DETAILS does not reference any database object
CSD.CSD_FACT_DETAILS is referenced by following:
CSD
CSD_FACT_DETAILS#
|
|
|
|