[Home] [Help]
[Dependency Information]
| Object Name: | PMIBV_STANDARD_COST_LEDGER_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | PMI.PMIBV_STANDARD_COST_LEDGER_V
|
| Subobject Name: | |
| Status: | VALID |
A Business Intelligence System view
Ledger of OPM Costing detail information produced during Cost Rollup processing.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| STD_QTY | NUMBER | Yes | Effectivity standard quantity converted to an item inventory uom. | |
| FORM_PROD_UOM | VARCHAR2 | (4) | UOM of the product within the formula | |
| ROUTING_QTY | NUMBER | Yes | Routing quantity converted to product inventory uom | |
| PRODUCT_QTY | NUMBER | Yes | Product qty converted to product inventory uom | |
| COST_ALLOC | NUMBER | (10) | Yes | Cost allocation percentage - The percentage of the ingredient costs that contribute towards the Product cost |
| LINE_TYPE | NUMBER | (10) | Yes | Type of line 1=ingredient, -1=byproduct |
| ITEM_QTY | NUMBER | Yes | Ingredient/byproduct quantity converted to inventory uom | |
| ITEM_FMQTY | NUMBER | Yes | Ingredient/byproduct quantity at formula uom | |
| ITEM_FMQTY_UM | VARCHAR2 | (4) | Ingredient/byproduct formula uom | |
| COMPONENT_COST | NUMBER | Yes | Ingredient/byproduct Component cost | |
| RESOURCE_COUNT | NUMBER | Resource count from the operation details | ||
| RESOURCE_USAGE | NUMBER | Resource usage from the operation details | ||
| NOMINAL_COST | NUMBER | Nominal cost for the resource at usage uom | ||
| USAGE_UOM | VARCHAR2 | (4) | Standard resource uom | |
| RUDTL_ID | NUMBER | (10) | Yes | Surrogate for this row |
| ITEM_ID | NUMBER | (10) | Surrogate for the ingedient/byproduct | |
| WHSE_CODE | VARCHAR2 | (4) | Warehouse code | |
| RESOURCES | VARCHAR2 | (16) | Resource | |
| CMPNTCOST_ID | NUMBER | (10) | Yes | Surrogate from cost component details |
| CREATED_BY | NUMBER | (15) | Yes | Standard who column |
| CREATION_DATE | DATE | Yes | Standard who column | |
| LAST_UPDATE_DATE | DATE | Yes | Standard who column | |
| LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard who column |
Cut, paste (and edit) the following text to query this object:
SELECT STD_QTY
, FORM_PROD_UOM
, ROUTING_QTY
, PRODUCT_QTY
, COST_ALLOC
, LINE_TYPE
, ITEM_QTY
, ITEM_FMQTY
, ITEM_FMQTY_UM
, COMPONENT_COST
, RESOURCE_COUNT
, RESOURCE_USAGE
, NOMINAL_COST
, USAGE_UOM
, RUDTL_ID
, ITEM_ID
, WHSE_CODE
, RESOURCES
, CMPNTCOST_ID
, CREATED_BY
, CREATION_DATE
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
FROM APPS.PMIBV_STANDARD_COST_LEDGER_V;
APPS
CM_SCST_LED
APPS.PMIBV_STANDARD_COST_LEDGER_V is not referenced by any database object
|
|
|
|