DBA Data[Home] [Help]

APPS.CSD_DEPOT_UPDATE_PVT dependencies on MTL_UNITS_OF_MEASURE

Line 30: from mtl_units_of_measure

26:
27: Begin
28: select uom_code
29: into p_from_uom_code
30: from mtl_units_of_measure
31: where unit_of_measure = p_from_uom;
32: EXCEPTION
33: WHEN NO_DATA_FOUND THEN
34: IF (g_debug > 0 ) THEN

Line 1667: mtl_units_of_measure mtlu

1663: wsh_delivery_assignments da,
1664: wsh_delivery_details dd ,
1665: oe_order_headers_all oeh,
1666: oe_order_lines_all oel,
1667: mtl_units_of_measure mtlu
1668: Where cra.repair_group_id = p_rep_group_id
1669: and cra.repair_line_id = cpt.repair_line_id
1670: and cpt.estimate_detail_id = ced.estimate_detail_id
1671: and ced.original_source_code = 'DR'