[Home] [Help]
[Dependency Information]
| Object Name: | POS_EXASN_LPNS |
|---|---|
| Object Type: | TABLE |
| Owner: | POS |
| Subobject Name: | |
| Status: | VALID |
POS.POS_EXASN_LPNS 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 |
LPN_ROW_ID| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| SYS_C00161484 | NORMAL | UNIQUE |
|
LPN_ROW_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| HEADER_ID | NUMBER | |||
| LINE_ID | NUMBER | |||
| LPN_ROW_ID | NUMBER | Yes | ||
| LICENSE_PLATE_NUMBER | VARCHAR2 | (60) | ||
| PARENT_LPN | VARCHAR2 | (60) | ||
| QUANTITY | NUMBER | |||
| LINE_NUMBER | NUMBER | |||
| PO_LINE_LOC_ID | NUMBER |
Cut, paste (and edit) the following text to query this object:
SELECT HEADER_ID
, LINE_ID
, LPN_ROW_ID
, LICENSE_PLATE_NUMBER
, PARENT_LPN
, QUANTITY
, LINE_NUMBER
, PO_LINE_LOC_ID
FROM POS.POS_EXASN_LPNS;
POS.POS_EXASN_LPNS does not reference any database object
POS.POS_EXASN_LPNS is referenced by following:
APPS
POS_EXASN_LPNS
|
|
|
|