[Home] [Help]
[Dependency Information]
| Object Name: | MTL_GEN_TEMP |
|---|---|
| Object Type: | TABLE |
| Owner: | INV |
| FND Design Data: | INV.MTL_GEN_TEMP
|
| Subobject Name: | |
| Status: | VALID |
INV.MTL_GEN_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 |
|---|---|---|---|---|
| IND | NUMBER | |||
| TREENO | NUMBER | |||
| DEPTH | NUMBER | |||
| LABEL | NUMBER | |||
| RELATED_LABEL | NUMBER | |||
| CHILD_OBJECT_TYPE | NUMBER | |||
| LABEL2 | NUMBER | |||
| CHILD_OBJECT_TYPE2 | NUMBER |
Cut, paste (and edit) the following text to query this object:
SELECT IND
, TREENO
, DEPTH
, LABEL
, RELATED_LABEL
, CHILD_OBJECT_TYPE
, LABEL2
, CHILD_OBJECT_TYPE2
FROM INV.MTL_GEN_TEMP;
INV.MTL_GEN_TEMP does not reference any database object
INV.MTL_GEN_TEMP is referenced by following:
APPS
MTL_GEN_TEMP
|
|
|
|