DBA Data[Home] [Help] [Dependency Information]


TABLE: GMD.GMD_RECIPE_PROCESS_LOSS

Object Details
Object Name: GMD_RECIPE_PROCESS_LOSS
Object Type: TABLE
Owner: GMD
FND Design Data: TableGMD.GMD_RECIPE_PROCESS_LOSS
Subobject Name:
Status: VALID


Stores process loss at the recipe level.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
GMD_RECIPE_PROCESS_LOSS_PK NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnRECIPE_PROCESS_LOSS_ID
GMD_RECIPE_PROCESS_LOSS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnRECIPE_ID
ColumnORGN_CODE
GMD_RECIPE_PROCESS_LOSS_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnRECIPE_ID
ColumnORGANIZATION_ID
Columns
Name Datatype Length Mandatory Comments
RECIPE_ID NUMBER (15) Yes Recipe ID - Primary Key, Unique Identifier for a Recipe
ORGN_CODE VARCHAR2 (4)
The OPM Organization this data is being overriden for.
PROCESS_LOSS NUMBER

The Process Loss anticipated for this Recipe. This is where the user can override the this value at the Recipe level.
CREATION_DATE DATE
Yes Standard who column
CREATED_BY NUMBER (15) Yes Standard who column
LAST_UPDATED_BY NUMBER (15) Yes Standard who column
LAST_UPDATE_DATE DATE
Yes Standard who column
LAST_UPDATE_LOGIN NUMBER (15)
Standard who column
RECIPE_PROCESS_LOSS_ID NUMBER (15) Yes Recipe Process Loss ID - Unique Identifier for this organization specific row within a Recipe
TEXT_CODE NUMBER (10)
The link to the Text associated to the Recipe Process Loss. Recipe Text is stored in FM_TEXT_TBL_TL.
ORGANIZATION_ID NUMBER (15) Yes Inventory Organization id
CONTIGUOUS_IND NUMBER (5)
This is the contiguous indicator column description
FIXED_PROCESS_LOSS NUMBER

Fixed Process Loss: Quantity define in this will be distributed across all material lines
FIXED_PROCESS_LOSS_UOM VARCHAR2 (3)
Fixed Process Loss: UOM
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT RECIPE_ID
,      ORGN_CODE
,      PROCESS_LOSS
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      RECIPE_PROCESS_LOSS_ID
,      TEXT_CODE
,      ORGANIZATION_ID
,      CONTIGUOUS_IND
,      FIXED_PROCESS_LOSS
,      FIXED_PROCESS_LOSS_UOM
FROM GMD.GMD_RECIPE_PROCESS_LOSS;

Dependencies

[top of page]

GMD.GMD_RECIPE_PROCESS_LOSS does not reference any database object

GMD.GMD_RECIPE_PROCESS_LOSS is referenced by following:

SchemaAPPS
SynonymGMD_RECIPE_PROCESS_LOSS