DBA Data[Home] [Help]

APPS.ERROR_HANDLER dependencies on MTL_SYSTEM_ITEMS_INTERFACE_S

Line 2423: , mtl_system_items_interface_s.NEXTVAL

2419: , entity_identifier
2420: , bo_identifier)
2421: VALUES
2422: ( G_Error_Table(l_idx).organization_id
2423: , mtl_system_items_interface_s.NEXTVAL
2424: , sysdate
2425: , l_user_id
2426: , sysdate
2427: , l_user_id

Line 2442: Populate unique_id using mtl_system_items_interface_s sequence. */

2438: , G_Error_Table(l_idx).entity_id
2439: , G_Error_Table(l_idx).bo_identifier);
2440:
2441: /* Fix for bug 4661753 - Insert message_name from G_Error_Table into mtl_interface_errors above.
2442: Populate unique_id using mtl_system_items_interface_s sequence. */
2443:
2444: END LOOP;
2445:
2446: END;