DBA Data[Home] [Help]

APPS.MTL_UNITS_OF_MEASURE_TL_PKG dependencies on MTL_UNITS_OF_MEASURE_TL_PKG

Line 1: package body MTL_UNITS_OF_MEASURE_TL_PKG as

1: package body MTL_UNITS_OF_MEASURE_TL_PKG as
2: /* $Header: INVUOMSB.pls 120.2.12010000.2 2009/01/05 09:33:45 juherber ship $ */
3: procedure INSERT_ROW (
4: X_ROW_ID IN OUT NOCOPY /* file.sql.39 change */ VARCHAR2,
5: X_UNIT_OF_MEASURE in VARCHAR2,

Line 258: mtl_units_of_measure_tl_pkg.update_row(

254: from fnd_application
255: where application_short_name = X_APPL_SHORT_NAME;
256: end if;
257:
258: mtl_units_of_measure_tl_pkg.update_row(
259: x_unit_of_measure => x_unit_of_measure,
260: x_unit_of_measure_tl => x_unit_of_measure_tl,
261: x_uom_code => x_uom_code,
262: x_uom_class => x_uom_class,

Line 288: mtl_units_of_measure_tl_pkg.insert_row(

284: x_last_updated_by => user_id,
285: x_last_update_login => 0);
286: Exception
287: when no_data_found then
288: mtl_units_of_measure_tl_pkg.insert_row(
289: x_row_id => row_id,
290: x_unit_of_measure => x_unit_of_measure,
291: x_unit_of_measure_tl => x_unit_of_measure_tl,
292: x_attribute_category => x_attribute_category,

Line 826: end MTL_UNITS_OF_MEASURE_TL_PKG;

822:
823: END validate_translated_row;
824:
825:
826: end MTL_UNITS_OF_MEASURE_TL_PKG;