DBA Data[Home] [Help]

APPS.GMD_RECIPE_HEADER_PVT dependencies on GMD_COMMON_VAL

Line 464: /* This needs to be a part of the GMD_COMMON_VAL , */

460: -- End bug 2099699
461:
462: /* ============================================= */
463: /* If Recipe is frozen no updates can be made */
464: /* This needs to be a part of the GMD_COMMON_VAL , */
465: /* can be used by formulas and recipes */
466: /* ============================================= */
467: GMD_COMMON_VAL.Get_Status
468: ( Status_code => p_recipe_header_rec.Recipe_status ,

Line 467: GMD_COMMON_VAL.Get_Status

463: /* If Recipe is frozen no updates can be made */
464: /* This needs to be a part of the GMD_COMMON_VAL , */
465: /* can be used by formulas and recipes */
466: /* ============================================= */
467: GMD_COMMON_VAL.Get_Status
468: ( Status_code => p_recipe_header_rec.Recipe_status ,
469: Meaning => l_meaning ,
470: Description => l_description ,
471: x_return_status => l_return_status