[Home] [Help]
[Dependency Information]
Object Name: | WIP_WS_CRITICAL_COMP_TEMP |
---|---|
Object Type: | TABLE |
Owner: | WIP |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
WIP.WIP_WS_CRITICAL_COMP_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 |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
ORGANIZATION_ID | NUMBER | |||
INVENTORY_ITEM_ID | NUMBER | |||
SUPPLY_SUBINVENTORY | VARCHAR2 | (10) | ||
SUPPLY_LOCATOR_ID | NUMBER | |||
ONHAND_QTY | NUMBER | |||
PROJECTED_AVAIL_QTY | NUMBER |
Cut, paste (and edit) the following text to query this object:
SELECT ORGANIZATION_ID
, INVENTORY_ITEM_ID
, SUPPLY_SUBINVENTORY
, SUPPLY_LOCATOR_ID
, ONHAND_QTY
, PROJECTED_AVAIL_QTY
FROM WIP.WIP_WS_CRITICAL_COMP_TEMP;
WIP.WIP_WS_CRITICAL_COMP_TEMP does not reference any database object
WIP.WIP_WS_CRITICAL_COMP_TEMP is referenced by following:
|
|
|