[Home] [Help]
[Dependency Information]
Object Name: | GMF_XLA_ITEMS_GT |
---|---|
Object Type: | TABLE |
Owner: | GMF |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
This table is only used in GMF Accounting Pre-Processor to store item location in the struct. Done to improve performance.
GMF.GMF_XLA_ITEMS_GT 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 |
---|---|---|---|---|
INVENTORY_ITEM_ID | NUMBER | Yes | Inventory Item Identifier | |
ORGANIZATION_ID | NUMBER | Yes | Organization Identifier | |
ITEM_IDX | NUMBER | Yes | Item Index in the structure |
Cut, paste (and edit) the following text to query this object:
SELECT INVENTORY_ITEM_ID
, ORGANIZATION_ID
, ITEM_IDX
FROM GMF.GMF_XLA_ITEMS_GT;
GMF.GMF_XLA_ITEMS_GT does not reference any database object
GMF.GMF_XLA_ITEMS_GT is referenced by following:
|
|
|