[Home] [Help]
[Dependency Information]
| Object Name: | PA_MSP_PRC_STATUS |
|---|---|
| Object Type: | TABLE |
| Owner: | PA |
| FND Design Data: | PA.PA_MSP_PRC_STATUS
|
| Subobject Name: | |
| Status: | VALID |
This table stores the data from the asynchronous upload from Microsoft Project.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| SYS_IL0000512540C00005$$ | LOB | UNIQUE |
APPS_TS_TX_DATA
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| REQUEST_ID | NUMBER | (15) | Yes | This column stores the concurrent request ID. |
| SUBMITTED_DATE | DATE | Yes | This column stores the concurrent request submission date. | |
| SUBMITTED_BY | NUMBER | (15) | Yes | This column stores the ID of the user who submitted the concurrent request. |
| STATUS | VARCHAR2 | (15) | This column stores the status of the concurrent request. | |
| RESPONSE | CLOB | (4000) | This column stores the response of the asynchronous upload request. |
Cut, paste (and edit) the following text to query this object:
SELECT REQUEST_ID
, SUBMITTED_DATE
, SUBMITTED_BY
, STATUS
, RESPONSE
FROM PA.PA_MSP_PRC_STATUS;
PA.PA_MSP_PRC_STATUS does not reference any database object
PA.PA_MSP_PRC_STATUS is referenced by following:
PA
PA_MSP_PRC_STATUS#
|
|
|
|