DBA Data[Home] [Help]

APPS.GMD_AUTO_STEP_CALC dependencies on SY_UOMS_MST

Line 1646: X_step_qty_uom sy_uoms_mst.um_code%TYPE;

1642: ==================*/
1643: X_step_id NUMBER;
1644: X_step_no NUMBER;
1645: X_step_qty NUMBER;
1646: X_step_qty_uom sy_uoms_mst.um_code%TYPE;
1647: X_step_mass_qty NUMBER;
1648: X_step_vol_qty NUMBER;
1649: X_step_other_qty NUMBER;
1650: X_count NUMBER;

Line 2335: -- 08-08-06 Kapil M Replaced sy_uoms_mst with mtl_units_of_measure

2331: -- Handles the UOM type conversion
2332: --
2333: -- HISTORY
2334: -- 26-06-06 Kapil M Created the procedure for bug# 5347857.
2335: -- 08-08-06 Kapil M Replaced sy_uoms_mst with mtl_units_of_measure
2336: **************************************************************/
2337:
2338: PROCEDURE check_Bch_stp_qty_calculatable (P_check IN calculatable_rec_type,
2339: P_ignore_mass_conv OUT NOCOPY BOOLEAN,