DBA Data[Home] [Help]

APPS.GMDRVGAP_WF_PKG dependencies on GMD_RECIPES_B

Line 71: FROM GMD_RECIPES_B

67: aname => 'GMDRVGAP_TARGET_STATUS',
68: avalue => p_target_status);
69:
70: SELECT RECIPE_NO,RECIPE_VERSION INTO l_recipe_no,l_recipe_vers
71: FROM GMD_RECIPES_B
72: WHERE RECIPE_ID = P_RECIPE_ID;
73: WF_ENGINE.SETITEMATTRTEXT(itemtype => l_itemtype,itemkey => l_itemkey,
74: aname => 'GMDRVGAP_RECIPE_NO',
75: avalue => l_recipe_no);