1677: --
1678: l_debug_level CONSTANT NUMBER := oe_debug_pub.g_debug_level;
1679: --
1680: BEGIN
1681: fnd_profile.get('ONT_IMP_MULTIPLE_SHIPMENTS', g_multiple_shipments);
1682: g_multiple_shipments := nvl(g_multiple_shipments, 'NO');
1683: IF l_debug_level > 0 THEN
1684: oe_debug_pub.add( 'G_MULTIPLE_SHIPMENTS = '||G_MULTIPLE_SHIPMENTS , 5 ) ;
1685: END IF;
3083: , p_data => l_msg_data
3084: ); l_msg_total := l_msg_count;
3085:
3086: FND_FILE.put_line(FND_FILE.output,'Please check the debug log for errors');
3087: IF NVL(FND_PROFILE.VALUE('CONC_REQUEST_ID'), 0) <> 0 THEN
3088: -- Called from concurrent request
3089: IF l_msg_total > 0 THEN
3090: FOR I IN 1 .. l_msg_total LOOP
3091: l_msg_data := to_char(I)||'. '||OE_MSG_PUB.Get(I,FND_API.G_FALSE);
3106: EXCEPTION
3107: WHEN OTHERS THEN
3108: retcode := 2;
3109: oe_debug_pub.add('Inside the exception block of oe_split_util.defer_split',5);
3110: IF NVL(FND_PROFILE.VALUE('CONC_REQUEST_ID'), 0) <> 0 THEN
3111: -- Called from concurrent request */
3112: IF l_msg_total > 0 THEN
3113: FOR I IN 1 .. l_msg_total LOOP
3114: l_msg_data := to_char(I)||'. '||OE_MSG_PUB.Get(I,FND_API.G_FALSE);