DBA Data[Home] [Help]

APPS.GMD_RECIPE_DETAIL dependencies on GMD_RECIPE_ORGN_RESOURCES

Line 111: USAGE_UOM gmd_recipe_orgn_resources.USAGE_UOM%TYPE ,

107: ROUTINGSTEP_ID NUMBER ,
108: OPRN_LINE_ID NUMBER , /* for recipe orgn act */
109: RESOURCES VARCHAR2(16) , /* for recipe orgn resources */
110: PROCESS_UM VARCHAR2(25) ,
111: USAGE_UOM gmd_recipe_orgn_resources.USAGE_UOM%TYPE ,
112: RESOURCE_USAGE gmd_recipe_orgn_resources.RESOURCE_USAGE%TYPE,
113: PROCESS_QTY gmd_recipe_orgn_resources.PROCESS_QTY%TYPE ,
114: STEP_QTY gmd_recipe_routing_steps.STEP_QTY%TYPE,
115: MASS_QTY gmd_recipe_routing_steps.MASS_QTY%TYPE,

Line 112: RESOURCE_USAGE gmd_recipe_orgn_resources.RESOURCE_USAGE%TYPE,

108: OPRN_LINE_ID NUMBER , /* for recipe orgn act */
109: RESOURCES VARCHAR2(16) , /* for recipe orgn resources */
110: PROCESS_UM VARCHAR2(25) ,
111: USAGE_UOM gmd_recipe_orgn_resources.USAGE_UOM%TYPE ,
112: RESOURCE_USAGE gmd_recipe_orgn_resources.RESOURCE_USAGE%TYPE,
113: PROCESS_QTY gmd_recipe_orgn_resources.PROCESS_QTY%TYPE ,
114: STEP_QTY gmd_recipe_routing_steps.STEP_QTY%TYPE,
115: MASS_QTY gmd_recipe_routing_steps.MASS_QTY%TYPE,
116: MASS_REF_UOM gmd_recipe_routing_steps.MASS_REF_UOM%TYPE,

Line 113: PROCESS_QTY gmd_recipe_orgn_resources.PROCESS_QTY%TYPE ,

109: RESOURCES VARCHAR2(16) , /* for recipe orgn resources */
110: PROCESS_UM VARCHAR2(25) ,
111: USAGE_UOM gmd_recipe_orgn_resources.USAGE_UOM%TYPE ,
112: RESOURCE_USAGE gmd_recipe_orgn_resources.RESOURCE_USAGE%TYPE,
113: PROCESS_QTY gmd_recipe_orgn_resources.PROCESS_QTY%TYPE ,
114: STEP_QTY gmd_recipe_routing_steps.STEP_QTY%TYPE,
115: MASS_QTY gmd_recipe_routing_steps.MASS_QTY%TYPE,
116: MASS_REF_UOM gmd_recipe_routing_steps.MASS_REF_UOM%TYPE,
117: VOLUME_QTY gmd_recipe_routing_steps.VOLUME_QTY%TYPE,