DBA Data[Home] [Help]

APPS.GMD_AUTO_STEP_CALC dependencies on SY_UOMS_MST

Line 1640: X_step_qty_uom sy_uoms_mst.um_code%TYPE;

1636: ==================*/
1637: X_step_id NUMBER;
1638: X_step_no NUMBER;
1639: X_step_qty NUMBER;
1640: X_step_qty_uom sy_uoms_mst.um_code%TYPE;
1641: X_step_mass_qty NUMBER;
1642: X_step_vol_qty NUMBER;
1643: X_step_other_qty NUMBER;
1644: X_count NUMBER;

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

2323: -- Handles the UOM type conversion
2324: --
2325: -- HISTORY
2326: -- 26-06-06 Kapil M Created the procedure for bug# 5347857.
2327: -- 08-08-06 Kapil M Replaced sy_uoms_mst with mtl_units_of_measure
2328: **************************************************************/
2329:
2330: PROCEDURE check_Bch_stp_qty_calculatable (P_check IN calculatable_rec_type,
2331: P_ignore_mass_conv OUT NOCOPY BOOLEAN,