DBA Data[Home] [Help]

APPS.AS_SC_DENORM_TRG dependencies on MTL_UNITS_OF_MEASURE_TL

Line 505: From mtl_units_of_measure_tl

501: End If;
502:
503: Begin
504: Select unit_of_measure_tl Into l_uom_description
505: From mtl_units_of_measure_tl
506: Where uom_code = p_new_uom_code
507: And language = userenv('LANG');
508: Exception When others then
509: l_uom_description := Null;

Line 1012: From mtl_units_of_measure_tl

1008: End;
1009:
1010: Begin
1011: Select unit_of_measure_tl Into l_uom_description
1012: From mtl_units_of_measure_tl
1013: Where uom_code = l_uom_code
1014: And language = userenv('LANG');
1015: Exception When others then
1016: l_uom_description := Null;