DBA Data[Home] [Help]

APPS.GMD_RECIPE_DETAIL dependencies on GMD_RECIPE_ROUTING_STEPS

Line 2049: From gmd_recipe_routing_steps

2045: attribute11, attribute12, attribute13, attribute14, attribute15,
2046: attribute16, attribute17, attribute18, attribute19, attribute20,
2047: attribute21, attribute22, attribute23, attribute24,attribute25,
2048: attribute26, attribute27, attribute28, attribute29, attribute30
2049: From gmd_recipe_routing_steps
2050: where recipe_id = NVL(vRecipe_id,-1) AND
2051: RoutingStep_id = NVL(vRoutingStep_id,-1);
2052:
2053: CURSOR update_rt_cur(vRecipe_id NUMBER, vRoutingStep_id NUMBER) IS

Line 2055: From gmd_recipe_routing_steps

2051: RoutingStep_id = NVL(vRoutingStep_id,-1);
2052:
2053: CURSOR update_rt_cur(vRecipe_id NUMBER, vRoutingStep_id NUMBER) IS
2054: Select mass_qty, volume_qty, mass_std_uom, volume_std_uom
2055: From gmd_recipe_routing_steps
2056: where recipe_id = NVL(vRecipe_id,-1) AND
2057: RoutingStep_id = NVL(vRoutingStep_id,-1);
2058:
2059: setup_failure EXCEPTION;

Line 2195: /* gmd_recipe_routing_steps table */

2191:
2192: /* ================================ */
2193: /* Check for all G_MISS_CHAR values */
2194: /* for nullable fields in */
2195: /* gmd_recipe_routing_steps table */
2196: /* ================================= */
2197:
2198: /* Thomas Daniel - Bug 2652200 */
2199: /* Reversed the handling of FND_API.G_MISS_CHAR, now if the user */

Line 2640: /* gmd_recipe_routing_steps table */

2636:
2637: /* ================================ */
2638: /* Check for all G_MISS_CHAR values */
2639: /* for nullable fields in */
2640: /* gmd_recipe_routing_steps table */
2641: /* ================================= */
2642:
2643: /* Thomas Daniel - Bug 2652200 */
2644: /* Reversed the handling of FND_API.G_MISS_CHAR, now if the user */

Line 3148: /* gmd_recipe_routing_steps table */

3144:
3145: /* ================================ */
3146: /* Check for all G_MISS_CHAR values */
3147: /* for nullable fields in */
3148: /* gmd_recipe_routing_steps table */
3149: /* ================================= */
3150:
3151: /* Thomas Daniel - Bug 2652200 */
3152: /* Reversed the handling of FND_API.G_MISS_CHAR, now if the user */