DBA Data[Home] [Help]

APPS.ERROR_HANDLER dependencies on MTL_SYSTEM_ITEMS_INTERFACE_S

Line 2435: , mtl_system_items_interface_s.NEXTVAL

2431: , entity_identifier
2432: , bo_identifier)
2433: VALUES
2434: ( G_Error_Table(l_idx).organization_id
2435: , mtl_system_items_interface_s.NEXTVAL
2436: , sysdate
2437: , l_user_id
2438: , sysdate
2439: , l_user_id

Line 2454: Populate unique_id using mtl_system_items_interface_s sequence. */

2450: , G_Error_Table(l_idx).entity_id
2451: , G_Error_Table(l_idx).bo_identifier);
2452:
2453: /* Fix for bug 4661753 - Insert message_name from G_Error_Table into mtl_interface_errors above.
2454: Populate unique_id using mtl_system_items_interface_s sequence. */
2455:
2456: END LOOP;
2457:
2458: END;