DBA Data[Home] [Help]

APPS.MTL_OG_UTIL_PKG dependencies on MTL_OBJECT_EVENTS

Line 336: /** Insert a record corresponding to an event into the MTL_OBJECT_EVENTS table

332: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
333: END;
334: END gen_update;
335:
336: /** Insert a record corresponding to an event into the MTL_OBJECT_EVENTS table
337: */
338: PROCEDURE event_insert(
339: p_rowid IN OUT NOCOPY VARCHAR2
340: , p_item_id IN NUMBER

Line 386: INSERT INTO mtl_object_events

382: AND (p_trx_actin_id = 27) THEN
383: l_gen_event_type := 4;
384: END IF;
385:
386: INSERT INTO mtl_object_events
387: (
388: object_id
389: , genealogy_event_type
390: , genealogy_event_date