DBA Data[Home] [Help] [Dependency Information]


TABLE: APPS.OZF_AVAILABLE_QUANTITY_TMP_T

Object Details
Object Name: OZF_AVAILABLE_QUANTITY_TMP_T
Object Type: TABLE
Owner: APPS
Subobject Name:
Status: VALID

Temporary Table Details

APPS.OZF_AVAILABLE_QUANTITY_TMP_T 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.

Storage Details
Tablespace: Tablespace
PCT Free: 10
PCT Used: 40
Columns
Name Datatype Length Mandatory Comments
CREATION_DATE DATE

CREATED_BY NUMBER

LAST_UPDATE_DATE DATE

LAST_UPDATED_BY NUMBER

LAST_UPDATE_LOGIN NUMBER

LINE_ID NUMBER

INVENTORY_ITEM_ID NUMBER

PRIMARY_UOM_CODE VARCHAR2 (30)
AVAILABLE_QUANTITY NUMBER

AVAILABLE_AMOUNT NUMBER

Query Text

Cut, paste (and edit) the following text to query this object:


SELECT CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      LINE_ID
,      INVENTORY_ITEM_ID
,      PRIMARY_UOM_CODE
,      AVAILABLE_QUANTITY
,      AVAILABLE_AMOUNT
FROM APPS.OZF_AVAILABLE_QUANTITY_TMP_T;

Dependencies

[top of page]

APPS.OZF_AVAILABLE_QUANTITY_TMP_T does not reference any database object

APPS.OZF_AVAILABLE_QUANTITY_TMP_T is not referenced by any database object