[Home] [Help]
[Dependency Information]
| Object Name: | QA_RCV_LOT_SER_TEMP |
|---|---|
| Object Type: | TABLE |
| Owner: | QA |
| Subobject Name: | |
| Status: | VALID |
QA.QA_RCV_LOT_SER_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$SESSION. Data is removed at the end of this period.
| Tablespace: | ![]() |
|---|---|
| PCT Free: | 10 |
| PCT Used: | 40 |
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| RCV_TXN_ID | NUMBER | Yes | ||
| LOT_NUM | VARCHAR2 | (30) | ||
| SERIAL_NUM | VARCHAR2 | (30) | ||
| QUANTITY | NUMBER | |||
| VALID_FLAG | NUMBER |
Cut, paste (and edit) the following text to query this object:
SELECT RCV_TXN_ID
, LOT_NUM
, SERIAL_NUM
, QUANTITY
, VALID_FLAG
FROM QA.QA_RCV_LOT_SER_TEMP;
QA.QA_RCV_LOT_SER_TEMP does not reference any database object
QA.QA_RCV_LOT_SER_TEMP is referenced by following:
APPS
QA_RCV_LOT_SER_TEMP
|
|
|
|