DBA Data[Home] [Help]

APPS.MTL_UOM_CLASSES_TL_PKG dependencies on FND_LOAD_UTIL

Line 236: user_id := fnd_load_util.owner_id(x_owner);

232: where application_short_name = X_APPL_SHORT_NAME;
233: end if;
234:
235:
236: user_id := fnd_load_util.owner_id(x_owner);
237:
238: mtl_uom_classes_tl_pkg.update_row(
239: X_UOM_CLASS => X_UOM_CLASS,
240: X_UOM_CLASS_TL => X_UOM_CLASS_TL,

Line 308: f_luby := fnd_load_util.owner_id(x_owner);

304: ) as
305: f_luby number; -- entity owner in file
306: begin
307: -- Translate owner to file_last_updated_by
308: f_luby := fnd_load_util.owner_id(x_owner);
309:
310: update mtl_uom_classes_tl set
311: uom_class_tl = x_uom_class_tl,
312: description = x_description,