[Home] [Help]
[Dependency Information]
| Object Name: | IC_LOCT_INV |
|---|---|
| Object Type: | TABLE |
| Owner: | GMI |
| FND Design Data: | GMI.IC_LOCT_INV
|
| Subobject Name: | |
| Status: | VALID |
Location inventory table. This table stores the onhand inventory balance information by lot status at
item/lot/sublot/warehouse/location level.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| IC_LOCT_INV_PK | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
ITEM_ID
WHSE_CODE
LOT_ID
LOCATION
|
| IC_LOCT_INV_I1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
WHSE_CODE
|
| IC_LOCT_INV_N1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
ITEM_ID
LOT_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ITEM_ID | NUMBER | (10) | Yes | Surrogate key for the item. |
| WHSE_CODE | VARCHAR2 | (4) | Yes | Warehouse in which the item is located. |
| LOT_ID | NUMBER | (10) | Yes | Surrogate key for the lot. |
| LOCATION | VARCHAR2 | (16) | Yes | Location in which the item is located. |
| LOCT_ONHAND | NUMBER | Yes | Current onhand quantity of the item/lot/sublot in the warehouse/location, expressed in the primary unit of measure for the item. | |
| LOCT_ONHAND2 | NUMBER | Current onhand quantity of the item/lot/sublot in the warehouse/location, expressed in the secondary unit of measure for the item, for dual UOM items. | ||
| LOT_STATUS | VARCHAR2 | (4) | Status of the lot in the warehouse/location. | |
| QCHOLD_RES_CODE | VARCHAR2 | (4) | QC hold reason code. | |
| DELETE_MARK | NUMBER | (5) | Yes | Standard: 0=Active record (default); 1=Marked for (logical) deletion. |
| TEXT_CODE | NUMBER | (10) | ID which joins any rows of text in this table to the Text Table for this Module | |
| LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard who column |
| CREATED_BY | NUMBER | (15) | Yes | Standard who column |
| LAST_UPDATE_DATE | DATE | Yes | Standard who column | |
| CREATION_DATE | DATE | Yes | Standard who column | |
| LAST_UPDATE_LOGIN | NUMBER | (15) | Standard who column | |
| PROGRAM_APPLICATION_ID | NUMBER | (15) | Concurrent who column | |
| PROGRAM_ID | NUMBER | (15) | Concurrent who column | |
| PROGRAM_UPDATE_DATE | DATE | Concurrent who column | ||
| REQUEST_ID | NUMBER | (15) | Concurrent who column | |
| MATERIAL_TRANSACTION_ID | NUMBER | The transaction id referring to the inventory transaction created in discrete to migrate this balance. | ||
| MIGRATED_IND | NUMBER | (5) | Column indicating if the record has been migrated to discrete.1 = Yes, NULL = No |
Cut, paste (and edit) the following text to query this object:
SELECT ITEM_ID
, WHSE_CODE
, LOT_ID
, LOCATION
, LOCT_ONHAND
, LOCT_ONHAND2
, LOT_STATUS
, QCHOLD_RES_CODE
, DELETE_MARK
, TEXT_CODE
, LAST_UPDATED_BY
, CREATED_BY
, LAST_UPDATE_DATE
, CREATION_DATE
, LAST_UPDATE_LOGIN
, PROGRAM_APPLICATION_ID
, PROGRAM_ID
, PROGRAM_UPDATE_DATE
, REQUEST_ID
, MATERIAL_TRANSACTION_ID
, MIGRATED_IND
FROM GMI.IC_LOCT_INV;
GMI.IC_LOCT_INV does not reference any database object
GMI.IC_LOCT_INV is referenced by following:
GMI
IC_LOCT_INV#
|
|
|
|