DBA Data[Home] [Help]

APPS.GMDRVGAP_WF_PKG dependencies on ORG_ORGANIZATION_DEFINITIONS

Line 26: l_orgn_code ORG_ORGANIZATION_DEFINITIONS.organization_code%TYPE;

22: /* Mercy Thomas Bug 3173515 Added the following variables for the NPD workflow changes */
23: l_recipe_use VARCHAR2(80);
24: --Krishna NPD-Conv, Created l_orgn_id, l_item_id. Modified l_orgn_code, l_item_no.
25: l_orgn_id GMD_RECIPE_VALIDITY_RULES.organization_id%TYPE;
26: l_orgn_code ORG_ORGANIZATION_DEFINITIONS.organization_code%TYPE;
27: l_item_id GMD_RECIPE_VALIDITY_RULES.INVENTORY_ITEM_ID%TYPE;
28: l_item_no MTL_SYSTEM_ITEMS_KFV.concatenated_segments%TYPE;
29: l_preference GMD_RECIPE_VALIDITY_RULES.PREFERENCE%TYPE;
30: l_std_qty VARCHAR2(80);