[Home] [Help]
[Dependency Information]
| Object Name: | MTL_RMA_SERIAL_TEMP |
|---|---|
| Object Type: | TABLE |
| Owner: | INV |
| FND Design Data: | INV.MTL_RMA_SERIAL_TEMP
|
| Subobject Name: | |
| Status: | VALID |
INV.MTL_RMA_SERIAL_TEMP is a global temporary table. The current session is able see data that it placed in the table but other sessions cannot. Data in the table is temporary. It has a data duration of SYS$TRANSACTION. Data is removed at the end of this period.
| Tablespace: | ![]() |
|---|---|
| PCT Free: | 10 |
| PCT Used: | 40 |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| MTL_RMA_SERIAL_TEMP_N1 | NORMAL | NONUNIQUE |
|
SERIAL_NUMBER
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ORGANIZATION_ID | NUMBER | |||
| INVENTORY_ITEM_ID | NUMBER | |||
| LOT_NUMBER | VARCHAR2 | (80) | ||
| SERIAL_NUMBER | VARCHAR2 | (30) | ||
| LINE_ID | NUMBER |
Cut, paste (and edit) the following text to query this object:
SELECT ORGANIZATION_ID
, INVENTORY_ITEM_ID
, LOT_NUMBER
, SERIAL_NUMBER
, LINE_ID
FROM INV.MTL_RMA_SERIAL_TEMP;
INV.MTL_RMA_SERIAL_TEMP does not reference any database object
INV.MTL_RMA_SERIAL_TEMP is referenced by following:
APPS
MTL_RMA_SERIAL_TEMP
|
|
|
|