[Home] [Help]
[Dependency Information]
Object Name: | GMF_PERIOD_BALANCES_GT |
---|---|
Object Type: | TABLE |
Owner: | GMF |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
Temporary table for Period Inventory Balances for Process Orgs
GMF.GMF_PERIOD_BALANCES_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 |
---|---|---|---|---|
SOURCE_TYPE_ID | NUMBER | (1) | Yes | source row identifier |
ACCT_PERIOD_ID | NUMBER | (15) | Yes | Inventory Accounting Period Identifier |
ORGANIZATION_ID | NUMBER | (15) | Yes | Organization Identifier |
COST_GROUP_ID | NUMBER | (15) | Inventory Cost Group | |
SUBINVENTORY_CODE | VARCHAR2 | (10) | SubInventory | |
INVENTORY_ITEM_ID | NUMBER | (15) | Yes | Item Identifier |
LOT_NUMBER | VARCHAR2 | (80) | Lot Number | |
LOCATOR_ID | NUMBER | (15) | Locator | |
PRIMARY_QUANTITY | NUMBER | Ending Balance in Primary UOM | ||
SECONDARY_QUANTITY | NUMBER | Ending Balance in Secondary UOM | ||
INTRANSIT_PRIMARY_QUANTITY | NUMBER | Intransit ending balance in Primary UOM | ||
INTRANSIT_SECONDARY_QUANTITY | NUMBER | Intransit ending balance in Secondary UOM | ||
ACCOUNTED_VALUE | NUMBER | Accounted Value of the balance | ||
INTRANSIT_ACCOUNTED_VALUE | NUMBER | Accounted value of intransit balance |
Cut, paste (and edit) the following text to query this object:
SELECT SOURCE_TYPE_ID
, ACCT_PERIOD_ID
, ORGANIZATION_ID
, COST_GROUP_ID
, SUBINVENTORY_CODE
, INVENTORY_ITEM_ID
, LOT_NUMBER
, LOCATOR_ID
, PRIMARY_QUANTITY
, SECONDARY_QUANTITY
, INTRANSIT_PRIMARY_QUANTITY
, INTRANSIT_SECONDARY_QUANTITY
, ACCOUNTED_VALUE
, INTRANSIT_ACCOUNTED_VALUE
FROM GMF.GMF_PERIOD_BALANCES_GT;
GMF.GMF_PERIOD_BALANCES_GT does not reference any database object
GMF.GMF_PERIOD_BALANCES_GT is referenced by following:
|
|
|