[Home] [Help]
[Dependency Information]
Object Name: | PMIFV_GL_CM_COST_COMPARISON_V |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
A Business Intelligence System view
Costing information from both the GL and Process Manufacturing costing tables.
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
ITEM_NUMBER | VARCHAR2 | (32) | Name of the item. | |
WAREHOUSE_CODE | VARCHAR2 | (4) | Warehouse | |
CALENDAR_CODE | VARCHAR2 | (4) | Calendar specified by start date and end date | |
CALENDAR_DESCRIPTION | VARCHAR2 | (40) | Costing Calendar description | |
PERIOD_CODE | VARCHAR2 | (4) | Period specified by start date and end date | |
PERIOD_DESCRIPTION | VARCHAR2 | (40) | Costing Period Description | |
CDA_COST_MTHD_CODE | VARCHAR2 | (4) | Not currently used. | |
GL_COST_MTHD_CODE | VARCHAR2 | (4) | Cost method for accounting cost. | |
COST_COMPONENT_CLASS_CODE | VARCHAR2 | (16) | Cost component class | |
COST_ANALYSIS_CODE | VARCHAR2 | (4) | Analysis Code | |
COST | NUMBER | Cost | ||
GL_COST | NUMBER | Component Cost |
Cut, paste (and edit) the following text to query this object:
SELECT ITEM_NUMBER
, WAREHOUSE_CODE
, CALENDAR_CODE
, CALENDAR_DESCRIPTION
, PERIOD_CODE
, PERIOD_DESCRIPTION
, CDA_COST_MTHD_CODE
, GL_COST_MTHD_CODE
, COST_COMPONENT_CLASS_CODE
, COST_ANALYSIS_CODE
, COST
, GL_COST
FROM APPS.PMIFV_GL_CM_COST_COMPARISON_V;
APPS.PMIFV_GL_CM_COST_COMPARISON_V is not referenced by any database object
|
|
|