[Home] [Help]
[Dependency Information]
| Object Name: | GR_UPLOAD_FILE_TMP |
|---|---|
| Object Type: | TABLE |
| Owner: | GR |
| FND Design Data: | GR.GR_UPLOAD_FILE_TMP
|
| Subobject Name: | |
| Status: | VALID |
Temporary Table to load the generated MSDS
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| SYS_IL0000326711C00002$$ | LOB | UNIQUE |
APPS_TS_TX_DATA
|
|
| SYS_IL0000326711C00003$$ | LOB | UNIQUE |
APPS_TS_TX_DATA
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| REQUEST_ID | NUMBER | (15) | Yes | Request Id of the Concurrent Program for which the Output file needs to be read into the table |
| FILE_DATA | BLOB | (4000) | File Data | |
| XML_DATA | CLOB | (4000) | XML DATA COLUMN TO HOLD CLOB DATA |
Cut, paste (and edit) the following text to query this object:
SELECT REQUEST_ID
, FILE_DATA
, XML_DATA
FROM GR.GR_UPLOAD_FILE_TMP;
GR.GR_UPLOAD_FILE_TMP does not reference any database object
GR.GR_UPLOAD_FILE_TMP is referenced by following:
GR
GR_UPLOAD_FILE_TMP#
|
|
|
|