DBA Data[Home] [Help]

APPS.CSI_COUNTER_PVT dependencies on MTL_UNITS_OF_MEASURE

Line 60: from mtl_units_of_measure

56: l_dummy varchar2(1);
57: BEGIN
58: select 'x'
59: into l_dummy
60: from mtl_units_of_measure
61: where uom_code = p_uom_code;
62: exception when no_data_found then
63: csi_ctr_gen_utility_pvt.ExitWithErrMsg('CSI_ALL_INVALID_UOM_CODE');
64: END;

Line 263: from mtl_units_of_measure

259: if p_counter_type = 'REGULAR' then
260: begin
261: select 'Y'
262: into l_time_uom
263: from mtl_units_of_measure
264: where uom_code = p_uom_code
265: and upper(UOM_CLASS)='TIME';
266: exception
267: when no_data_found then