[Home] [Help]
[Dependency Information]
Object Name: | PMIFV_ITEM_COST_V |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
A Business Intelligence System view
Costing information for an item rretrieved from costing tables. This is the OPM costing tables equivalent of the item_cost_from_GL view which retrieves data from the GL tables.
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
COST_LEVEL | NUMBER | (5) | Yes | Cost source. 0=Directly entered or Routing/Burden costs calculated by Cost Rollup process or Actual Cost Process, 1= Costs via Ingredient calculated by Cost Rollup Process. |
COMPONENT_COST | NUMBER | Yes | Component cost | |
BURDEN_INDICATOR | NUMBER | (5) | Yes | Indicates if costs came from burdens 0=No 1=Yes |
ROLLOVER_INDICATOR | NUMBER | (5) | Yes | Indicates if costs have been updated to GL area and hence frozen or not - 0=No 1=Yes, updated. |
TOTAL_QTY | NUMBER | Written by Actual Cost Process. Usually the total transaction quantity of the item used in calculating the actual cost but not used currently by other programs. | ||
COSTCALC_ORIG | NUMBER | (5) | Cost calculation origin for actual costs only; 0 = Actual Cost Calculation, 1 = Cost Development Process | |
RMCALC_TYPE | NUMBER | (5) | Raw Material Cost Calculation Type (applicable under actual costs only, =0 otherwise) 1-PMAC, 2-PWAC, 3-PPAC, 4-LSTT, 5 -LSTI | |
ROLLUP_REF_NO | NUMBER | (10) | Reference number of the Cost Rollup process that calculated this cost | |
FORMULA_EFF_ID | NUMBER | (10) | Effectivity used in determining Product(hence formula, routing - if any) during Cost Rollup Process | |
COMPONENT_COST_ID | NUMBER | (10) | Yes | Surrogate ID for the Cost Component |
ITEM_ID | NUMBER | (10) | Surrogate for item for which the cost is specified | |
WHSE_CODE | VARCHAR2 | (4) | Warehouse for which the cost is specified | |
WHSE_NAME | VARCHAR2 | (40) | Name of the warehouse. | |
CALENDAR_CODE | VARCHAR2 | (4) | Cost Calendar for which the cost is specified | |
CALENDAR_DESCRIPTION | VARCHAR2 | (40) | Costing Calendar description | |
PERIOD_CODE | VARCHAR2 | (4) | Costing Period for which the cost is specified | |
PERIOD_DESCRIPTION | VARCHAR2 | (40) | Cost Period Description | |
PERIOD_START_DATE | DATE | Cost Period Start Date | ||
PERIOD_END_DATE | DATE | Cost Period End Date | ||
COST_MTHD_CODE | VARCHAR2 | (4) | Cost Method for which the cost is specified | |
COST_CMPNTCLS_ID | NUMBER | (10) | Yes | Surrogate for component class |
COST_ANALYSIS_CODE | VARCHAR2 | (32) | Yes | Analysis code |
ITEM_NUMBER | VARCHAR2 | (32) | Yes | Name of the item. |
ITEM_TYPE | NUMBER | Surrogate for item for which the cost is specified | ||
ITEM_DESCRIPTION | VARCHAR2 | (70) | Yes | Short description of the item that is displayed during the item look up. |
ITEM_UOM | VARCHAR2 | (4) | Yes | Uom of the item by which the inventory balances are maintained. |
ITEM_UOM2 | VARCHAR2 | (4) | Second UOM for in which inventory balances are maintained, for dual UOM items. | |
COST_CMPNTCLS_CODE | VARCHAR2 | (32) | Yes | Cost component class |
COST_CMPNTCLS_DESC | VARCHAR2 | (240) | Yes | Cost component class description |
SORT_SEQUENCE | NUMBER | (10) | Yes | Sequence the component costs are sorted by on Cost details screen |
USAGE_IND | NUMBER | (5) | Yes | Component Usage indicator. 1=material 2=burden(overhead) 3=routing 4=GL expense allocation 5=Standard Cost adjustment |
PRIMARY_COMPONENT_CLASS_ID | NUMBER | (10) | Yes | Primary cost component class. This field will be used to identify the primary cost component class that this component class is associated with. Default is Primary Class. |
PRODUCT_COST_IND | NUMBER | (5) | Yes | This field indicates whether the component class will affect the cost of a product or not. Valid values are: 0 = Not a product cost , 1 = Product Cost. |
UPDATE_COST_IND | NUMBER | (5) | Yes | This field indicates whether the component cost will be updated to the GL area. Valid Values are 0 = Do not update to GL area, 1 = Update to GL Area. |
CMPNT_GROUP | VARCHAR2 | (32) | Component Group this component class belongs to. FK to cm_cmpt_grp.cmpnt_group | |
PPV_IND | NUMBER | (5) | Yes | Indicates if PPV calculations should use this component cost or not. 1=include in PPV calculations. 0=Do not include in PPV calculations. |
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 COST_LEVEL
, COMPONENT_COST
, BURDEN_INDICATOR
, ROLLOVER_INDICATOR
, TOTAL_QTY
, COSTCALC_ORIG
, RMCALC_TYPE
, ROLLUP_REF_NO
, FORMULA_EFF_ID
, COMPONENT_COST_ID
, ITEM_ID
, WHSE_CODE
, WHSE_NAME
, CALENDAR_CODE
, CALENDAR_DESCRIPTION
, PERIOD_CODE
, PERIOD_DESCRIPTION
, PERIOD_START_DATE
, PERIOD_END_DATE
, COST_MTHD_CODE
, COST_CMPNTCLS_ID
, COST_ANALYSIS_CODE
, ITEM_NUMBER
, ITEM_TYPE
, ITEM_DESCRIPTION
, ITEM_UOM
, ITEM_UOM2
, COST_CMPNTCLS_CODE
, COST_CMPNTCLS_DESC
, SORT_SEQUENCE
, USAGE_IND
, PRIMARY_COMPONENT_CLASS_ID
, PRODUCT_COST_IND
, UPDATE_COST_IND
, CMPNT_GROUP
, PPV_IND
, CREATED_BY
, CREATION_DATE
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
FROM APPS.PMIFV_ITEM_COST_V;
APPS.PMIFV_ITEM_COST_V is not referenced by any database object
|
|
|