[Home] [Help]
[Dependency Information]
Object Name: | GME_SCALE_DETAIL |
---|---|
Object Type: | TABLE |
Owner: | GME |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
Table used by the Batch Yield Variance and Batch Usage and Substitution Variance reports to hold scaled batch data.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
FORMULALINE_ID | NUMBER | (10) | Surrogate key identifying a formula line. | |
LINE_TYPE | NUMBER | (5) | Line Type. -1 = Ingredient 1 = Product 2 = Byproduct. | |
ITEM_ID | NUMBER | (10) | Surrogate key identifying the item on the formula line. | |
QTY | NUMBER | The formula quantity of the item. | ||
ITEM_UM | VARCHAR2 | (4) | The unit of measure in which the quantity is expressed in the formula. | |
SCALE_TYPE | NUMBER | (5) | Scale type of the formula line. 0=Fixed (non-scaleable); 1=Linear scaling. | |
CONV_QTY | NUMBER | The scaled quantity. |
Cut, paste (and edit) the following text to query this object:
SELECT FORMULALINE_ID
, LINE_TYPE
, ITEM_ID
, QTY
, ITEM_UM
, SCALE_TYPE
, CONV_QTY
FROM GME.GME_SCALE_DETAIL;
GME.GME_SCALE_DETAIL does not reference any database object
GME.GME_SCALE_DETAIL is referenced by following:
|
|
|