[Home] [Help]
[Dependency Information]
| Object Name: | CST_AVG_ELEM_COSTS_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | BOM.CST_AVG_ELEM_COSTS_V
|
| Subobject Name: | |
| Status: | VALID |
A supplementary view used to simplify forms coding.
Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major
releases.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| LAYER_ID | NUMBER | Yes | Unique layer identifier generated by the sequence CST_QUANTITY_LAYERS_S. | |
| COST_ELEMENT_ID | NUMBER | Yes | Cost element identifier | |
| COST_ELEMENT_DSP | VARCHAR2 | (50) | Yes | Cost element name |
| TL_COST | NUMBER | This level cost. | ||
| PL_COST | NUMBER | Previous level cost | ||
| ITEM_COST | NUMBER | Item cost |
Cut, paste (and edit) the following text to query this object:
SELECT LAYER_ID
, COST_ELEMENT_ID
, COST_ELEMENT_DSP
, TL_COST
, PL_COST
, ITEM_COST
FROM APPS.CST_AVG_ELEM_COSTS_V;
APPS
CST_COST_ELEMENTS
CST_LAYER_COST_DETAILS
APPS.CST_AVG_ELEM_COSTS_V is not referenced by any database object
|
|
|
|