DBA Data[Home] [Help]

APPS.GR_EXPLOSIONS dependencies on SY_ORGN_MST

Line 63: L_ORGN_CODE sy_orgn_mst.orgn_code%TYPE;

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
67: */

Line 64: --L_DEFAULT_ORGN sy_orgn_mst.orgn_code%TYPE;

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
67: */
68: L_MASS_UOM mtl_units_of_measure_tl.uom_code%TYPE;/*sy_uoms_typ.std_um%TYPE;GK Changes*/

Line 1035: l_orgn_code sy_orgn_mst.orgn_code%TYPE;

1031: l_formula_use NUMBER(5);
1032: /* 26-Apr-2001 M. Grosser BUG 1755426 - Modified code to look at recipe and validity rules instead of
1033: effectivity table - to support new GMD data model.
1034: */
1035: l_orgn_code sy_orgn_mst.orgn_code%TYPE;
1036: /*
1037: ** Define the cursors needed
1038: **
1039: ** Effective Formula