DBA Data[Home] [Help]

APPS.CSD_DEPOT_REPAIR_CNTR dependencies on MTL_UNITS_OF_MEASURE

Line 99: from mtl_units_of_measure

95:
96: Begin
97: select uom_code
98: into p_from_uom_code
99: from mtl_units_of_measure
100: where unit_of_measure = p_from_uom;
101: EXCEPTION
102: WHEN NO_DATA_FOUND THEN
103: IF (g_debug > 0 ) THEN

Line 1156: mtl_units_of_measure mtlu

1152: oe_order_headers_all oeh,
1153: oe_order_lines_all oel,
1154: csd_Repairs cra,
1155: cs_estimate_Details ced,
1156: mtl_units_of_measure mtlu
1157: Where ((cra.repair_line_id = ced.original_source_id
1158: and ced.original_source_code = 'DR') OR
1159: (cra.repair_line_id = ced.source_id
1160: and ced.source_code = 'DR'))