[Home] [Help]
[Dependency Information]
| Object Name: | GMF_BATCH_VIB_DETAILS |
|---|---|
| Object Type: | TABLE |
| Owner: | GMF |
| FND Design Data: | GMF.GMF_BATCH_VIB_DETAILS
|
| Subobject Name: | |
| Status: | VALID |
Virtual incremental batch details
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| GMF_BATCH_VIB_DETAILS_N1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
PROD_LAYER_ID
|
| GMF_BATCH_VIB_DETAILS_N2 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
CONSUME_LAYER_ID
|
| GMF_BATCH_VIB_DETAILS_N3 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
REQUIREMENT_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| PROD_LAYER_ID | NUMBER | Yes | Layer_id of the product for which the VIB details are created. | |
| PROD_LAYER_PRI_QTY | NUMBER | Yes | The layer quantity for the product in the primary UOM. | |
| CONSUME_LAYER_ID | NUMBER | Layer_id of the ingredient, by-product or resource consumed by the product layer. | ||
| CONSUME_LAYER_DATE | DATE | The consumption date of material or resource. | ||
| LINE_TYPE | NUMBER | (5) | Line_type indicating whether this is an ingredient, by-product or resource consumption. It uses the same values a GME batch line_type. | |
| VIB_ID | NUMBER | Obsolete. Replaced with Requirement_id column | ||
| FINALIZE_IND | NUMBER | (5) | Yes | Inicates if this row was created during the VIB finalization at batch close. |
| CONSUME_IB_DOC_QTY | NUMBER | Yes | The quantity of the ingredient, by-product or resource consumed by the product in document UOM. | |
| CONSUME_IB_PRI_QTY | NUMBER | Yes | Consume_ib_doc_qty quantity converted in the primary UOM. | |
| CREATED_BY | NUMBER | Yes | Standard who column | |
| CREATION_DATE | DATE | Yes | Standard who column | |
| LAST_UPDATED_BY | NUMBER | Yes | Standard who column | |
| LAST_UPDATE_DATE | DATE | Yes | Standard who column | |
| LAST_UPDATE_LOGIN | NUMBER | Standard who column | ||
| REQUIREMENT_ID | NUMBER | The id indicating the requirement row in gmf_batch_requirements table for which this VIB detail was created. |
Cut, paste (and edit) the following text to query this object:
SELECT PROD_LAYER_ID
, PROD_LAYER_PRI_QTY
, CONSUME_LAYER_ID
, CONSUME_LAYER_DATE
, LINE_TYPE
, VIB_ID
, FINALIZE_IND
, CONSUME_IB_DOC_QTY
, CONSUME_IB_PRI_QTY
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, REQUIREMENT_ID
FROM GMF.GMF_BATCH_VIB_DETAILS;
GMF.GMF_BATCH_VIB_DETAILS does not reference any database object
GMF.GMF_BATCH_VIB_DETAILS is referenced by following:
GMF
GMF_BATCH_VIB_DETAILS#
|
|
|
|