DBA Data[Home] [Help]

APPS.GR_EXPLOSIONS dependencies on GR_ITEM_GENERAL

Line 62: L_ITEM_CODE gr_item_general.item_code%TYPE;

58: L_API_NAME CONSTANT VARCHAR2(30) := 'Explode MSDS/Prodn Formula';
59:
60: L_SYSTEM_UOM mtl_units_of_measure_tl.uom_code%TYPE;/*sy_uoms_typ.std_um%TYPE GK changes*/
61: L_SYSTEM_UOM_TYPE mtl_uom_classes_vl.uom_class%TYPE;/*sy_uoms_typ.um_type%TYPE;GK Changes*/
62: L_ITEM_CODE gr_item_general.item_code%TYPE;
63: L_ORGN_CODE sy_orgn_mst.orgn_code%TYPE;
64: --L_DEFAULT_ORGN sy_orgn_mst.orgn_code%TYPE;
65: /*
66: ** M Thomas 05-Feb-2002 BUG 1323951 Added the following Declaration of Variables