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


TABLE: GMD.GMD_RECIPE_ORGN_RESOURCES

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


This table stores updates to operation resources at the recipe level.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
GMD_RECIPE_ORGN_RESOURCES_PK NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnRECIPE_ID
ColumnORGN_CODE
ColumnROUTINGSTEP_ID
ColumnOPRN_LINE_ID
ColumnRESOURCES
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.
ROUTINGSTEP_ID NUMBER (10) Yes The Routing Step ID that this Activity is associated with.
OPRN_LINE_ID NUMBER (15) Yes The Operation Line ID that this Activity is associated with.
RESOURCES VARCHAR2 (16) Yes The Recipe specific Resource derived from the Operation Resources table.
PROCESS_PARAMETER_1 VARCHAR2 (16)
Process Parameter 1. This is where the user records the first Process Parameter to be used with this Recipe.
PROCESS_PARAMETER_2 VARCHAR2 (16)
Process Parameter 2. This is where the user records the second Process Parameter to be used with this Recipe.
PROCESS_PARAMETER_3 VARCHAR2 (16)
Process Parameter 3. This is where the user records the third Process Parameter to be used with this Recipe.
PROCESS_PARAMETER_4 VARCHAR2 (16)
Process Parameter 4. This is where the user records the fourth Process Parameter to be used with this Recipe.
PROCESS_PARAMETER_5 VARCHAR2 (16)
Process Parameter 5. This is where the user records the fifth Process Parameter to be used with this Recipe.
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
TEXT_CODE NUMBER (10)
The link to the Text associated to the Recipe Resources. Recipe Text is stored in FM_TEXT_TBL_TL.
MIN_CAPACITY NUMBER

Minimum Capacity that this Resource can handle. This is where the user can override the this value at the Recipe level.
MAX_CAPACITY NUMBER

Maximum Capacity that this Resource can handle. This is where the user can override the this value at the Recipe level.
ATTRIBUTE1 VARCHAR2 (240)
Descriptive flexfield segement
ATTRIBUTE2 VARCHAR2 (240)
Descriptive flexfield segement
ATTRIBUTE3 VARCHAR2 (240)
Descriptive flexfield segement
ATTRIBUTE4 VARCHAR2 (240)
Descriptive flexfield segement
ATTRIBUTE5 VARCHAR2 (240)
Descriptive flexfield segement
ATTRIBUTE6 VARCHAR2 (240)
Descriptive flexfield segement
ATTRIBUTE7 VARCHAR2 (240)
Descriptive flexfield segement
ATTRIBUTE8 VARCHAR2 (240)
Descriptive flexfield segement
ATTRIBUTE9 VARCHAR2 (240)
Descriptive flexfield segement
ATTRIBUTE10 VARCHAR2 (240)
Descriptive flexfield segement
ATTRIBUTE11 VARCHAR2 (240)
Descriptive flexfield segement
ATTRIBUTE12 VARCHAR2 (240)
Descriptive flexfield segement
ATTRIBUTE13 VARCHAR2 (240)
Descriptive flexfield segement
ATTRIBUTE14 VARCHAR2 (240)
Descriptive flexfield segement
ATTRIBUTE15 VARCHAR2 (240)
Descriptive flexfield segement
ATTRIBUTE16 VARCHAR2 (240)
Descriptive flexfield segement
ATTRIBUTE17 VARCHAR2 (240)
Descriptive flexfield segement
ATTRIBUTE18 VARCHAR2 (240)
Descriptive flexfield segement
ATTRIBUTE19 VARCHAR2 (240)
Descriptive flexfield segement
ATTRIBUTE20 VARCHAR2 (240)
Descriptive flexfield segement
ATTRIBUTE21 VARCHAR2 (240)
Descriptive flexfield segement
ATTRIBUTE22 VARCHAR2 (240)
Descriptive flexfield segement
ATTRIBUTE23 VARCHAR2 (240)
Descriptive flexfield segement
ATTRIBUTE24 VARCHAR2 (240)
Descriptive flexfield segement
ATTRIBUTE25 VARCHAR2 (240)
Descriptive flexfield segement
ATTRIBUTE26 VARCHAR2 (240)
Descriptive flexfield segement
ATTRIBUTE27 VARCHAR2 (240)
Descriptive flexfield segement
ATTRIBUTE28 VARCHAR2 (240)
Descriptive flexfield segement
ATTRIBUTE29 VARCHAR2 (240)
Descriptive flexfield segement
ATTRIBUTE30 VARCHAR2 (240)
Descriptive flexfield segement
ATTRIBUTE_CATEGORY VARCHAR2 (30)
Descriptive flexfield segement
PROCESS_UOM VARCHAR2 (4)
Unit of Measure for the Process Quantity of this Resource
USAGE_UM VARCHAR2 (4)
Unit of Measure for the Usage of this Resource
RESOURCE_USAGE NUMBER

Rate at which the Process Quantity is measured (throughput).
PROCESS_QTY NUMBER

The Quantity of material Processed within this Step-Activity-Resource.
ORGANIZATION_ID NUMBER (15) Yes Inventory Organization Id
PROCESS_UM VARCHAR2 (3)
Process UOM
USAGE_UOM VARCHAR2 (3)
Usage UOM
Query Text

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


SELECT RECIPE_ID
,      ORGN_CODE
,      ROUTINGSTEP_ID
,      OPRN_LINE_ID
,      RESOURCES
,      PROCESS_PARAMETER_1
,      PROCESS_PARAMETER_2
,      PROCESS_PARAMETER_3
,      PROCESS_PARAMETER_4
,      PROCESS_PARAMETER_5
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      TEXT_CODE
,      MIN_CAPACITY
,      MAX_CAPACITY
,      ATTRIBUTE1
,      ATTRIBUTE2
,      ATTRIBUTE3
,      ATTRIBUTE4
,      ATTRIBUTE5
,      ATTRIBUTE6
,      ATTRIBUTE7
,      ATTRIBUTE8
,      ATTRIBUTE9
,      ATTRIBUTE10
,      ATTRIBUTE11
,      ATTRIBUTE12
,      ATTRIBUTE13
,      ATTRIBUTE14
,      ATTRIBUTE15
,      ATTRIBUTE16
,      ATTRIBUTE17
,      ATTRIBUTE18
,      ATTRIBUTE19
,      ATTRIBUTE20
,      ATTRIBUTE21
,      ATTRIBUTE22
,      ATTRIBUTE23
,      ATTRIBUTE24
,      ATTRIBUTE25
,      ATTRIBUTE26
,      ATTRIBUTE27
,      ATTRIBUTE28
,      ATTRIBUTE29
,      ATTRIBUTE30
,      ATTRIBUTE_CATEGORY
,      PROCESS_UOM
,      USAGE_UM
,      RESOURCE_USAGE
,      PROCESS_QTY
,      ORGANIZATION_ID
,      PROCESS_UM
,      USAGE_UOM
FROM GMD.GMD_RECIPE_ORGN_RESOURCES;

Dependencies

[top of page]

GMD.GMD_RECIPE_ORGN_RESOURCES does not reference any database object

GMD.GMD_RECIPE_ORGN_RESOURCES is referenced by following:

SchemaAPPS
SynonymGMD_RECIPE_ORGN_RESOURCES