[Home] [Help]
[Dependency Information]
| Object Name: | RCV_RMA_UPGRADE_ERRORS |
|---|---|
| Object Type: | TABLE |
| Owner: | APPS |
| Subobject Name: | |
| Status: | VALID |
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| CREATION_DATE | DATE | |||
| RUN_MODE | VARCHAR2 | (15) | ||
| RMA_INTERFACE_ID | NUMBER | |||
| ERR_NUM | NUMBER | |||
| ERR_MSG | VARCHAR2 | (250) |
Cut, paste (and edit) the following text to query this object:
SELECT CREATION_DATE
, RUN_MODE
, RMA_INTERFACE_ID
, ERR_NUM
, ERR_MSG
FROM APPS.RCV_RMA_UPGRADE_ERRORS;
APPS.RCV_RMA_UPGRADE_ERRORS does not reference any database object
APPS.RCV_RMA_UPGRADE_ERRORS is not referenced by any database object
|
|
|
|