DBA Data[Home] [Help]

APPS.PO_LINES_SV4 dependencies on MTL_UNITS_OF_MEASURE

Line 942: from mtl_units_of_measure mum

938: begin
939: X_Progress := '010';
940: select mum.unit_of_measure_tl
941: into x_unit_meas_lookup_code_tl
942: from mtl_units_of_measure mum
943: where mum.unit_of_measure = x_unit_meas_lookup_code;
944:
945: exception
946: when others then

Line 972: from mtl_units_of_measure mum

968: begin
969: X_Progress := '010';
970: select mum.unit_of_measure_tl
971: into x_unit_meas_lookup_code_tl
972: from mtl_units_of_measure mum
973: where mum.uom_code = rtrim(x_uom_code);
974:
975: exception
976: when others then