DBA Data[Home] [Help]

APPS.OE_DS_PVT dependencies on OE_MSG_PUB

Line 257: OE_MSG_PUB.set_msg_context(

253: -- Bug 2407918}
254:
255: -- bug 4393738 , moved query_row here to set the msg_context info
256: OE_Line_Util.Query_Row(p_line_id => l_line_id, x_line_rec => l_line_rec);
257: OE_MSG_PUB.set_msg_context(
258: p_entity_code => 'LINE'
259: ,p_entity_id => l_line_rec.line_id
260: ,p_header_id => l_line_rec.header_id
261: ,p_line_id => l_line_rec.line_id

Line 275: OE_MSG_PUB.Add;

271:
272: EXCEPTION
273: WHEN OTHERS THEN
274: FND_MESSAGE.SET_NAME('OE','OE_VAL_ORDER_CREDIT');
275: OE_MSG_PUB.Add;
276: IF l_debug_level > 0 THEN
277: oe_debug_pub.add( 'Unable to find the sales order identifier in dropshipreceive()'||sqlerrm , 1 ) ;
278: END IF;
279: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

Line 773: OE_MSG_PUB.Save_API_Messages(); -- bug 4393738

769: WHEN FND_API.G_EXC_ERROR THEN
770: IF l_debug_level > 0 THEN
771: oe_debug_pub.add( 'Exiting dropshipreceive with exp. error => '||sqlerrm , 1 ) ;
772: END IF;
773: OE_MSG_PUB.Save_API_Messages(); -- bug 4393738
774: OE_DEBUG_PUB.dumpdebug;
775: OE_DEBUG_PUB.Debug_Off;
776: RETURN FALSE;
777: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN

Line 781: OE_MSG_PUB.Save_API_Messages(); -- bug 4393738

777: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
778: IF l_debug_level > 0 THEN
779: oe_debug_pub.add( 'Exiting dropshipreceive with unexp. error => '||sqlerrm , 1 ) ;
780: END IF;
781: OE_MSG_PUB.Save_API_Messages(); -- bug 4393738
782: OE_DEBUG_PUB.dumpdebug;
783: OE_DEBUG_PUB.Debug_Off;
784: RETURN FALSE;
785: WHEN OTHERS THEN

Line 789: OE_MSG_PUB.Save_API_Messages(); -- bug 4393738

785: WHEN OTHERS THEN
786: IF l_debug_level > 0 THEN
787: oe_debug_pub.add( 'Exiting dropshipreceive with others error => '||sqlerrm , 1 ) ;
788: END IF;
789: OE_MSG_PUB.Save_API_Messages(); -- bug 4393738
790: OE_DEBUG_PUB.dumpdebug;
791: OE_DEBUG_PUB.Debug_Off;
792: RETURN FALSE;
793: END DropShipReceive;

Line 2289: oe_msg_pub.transfer_msg_stack;

2285: , x_msg_count => l_msg_count
2286: , x_msg_data => l_msg_data);
2287:
2288: IF l_return_status = FND_API.G_RET_STS_UNEXP_ERROR THEN
2289: oe_msg_pub.transfer_msg_stack;
2290: l_msg_count:=OE_MSG_PUB.COUNT_MSG;
2291: for I in 1..l_msg_count loop
2292: l_msg_data := OE_MSG_PUB.Get(I,'F');
2293: IF l_debug_level > 0 THEN

Line 2290: l_msg_count:=OE_MSG_PUB.COUNT_MSG;

2286: , x_msg_data => l_msg_data);
2287:
2288: IF l_return_status = FND_API.G_RET_STS_UNEXP_ERROR THEN
2289: oe_msg_pub.transfer_msg_stack;
2290: l_msg_count:=OE_MSG_PUB.COUNT_MSG;
2291: for I in 1..l_msg_count loop
2292: l_msg_data := OE_MSG_PUB.Get(I,'F');
2293: IF l_debug_level > 0 THEN
2294: oe_debug_pub.add( L_MSG_DATA , 1 ) ;

Line 2292: l_msg_data := OE_MSG_PUB.Get(I,'F');

2288: IF l_return_status = FND_API.G_RET_STS_UNEXP_ERROR THEN
2289: oe_msg_pub.transfer_msg_stack;
2290: l_msg_count:=OE_MSG_PUB.COUNT_MSG;
2291: for I in 1..l_msg_count loop
2292: l_msg_data := OE_MSG_PUB.Get(I,'F');
2293: IF l_debug_level > 0 THEN
2294: oe_debug_pub.add( L_MSG_DATA , 1 ) ;
2295: END IF;
2296: end loop;

Line 2299: oe_msg_pub.transfer_msg_stack;

2295: END IF;
2296: end loop;
2297: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
2298: ELSIF l_return_status = FND_API.G_RET_STS_ERROR THEN
2299: oe_msg_pub.transfer_msg_stack;
2300: l_msg_count:=OE_MSG_PUB.COUNT_MSG;
2301: for I in 1..l_msg_count loop
2302: l_msg_data := OE_MSG_PUB.Get(I,'F');
2303: IF l_debug_level > 0 THEN

Line 2300: l_msg_count:=OE_MSG_PUB.COUNT_MSG;

2296: end loop;
2297: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
2298: ELSIF l_return_status = FND_API.G_RET_STS_ERROR THEN
2299: oe_msg_pub.transfer_msg_stack;
2300: l_msg_count:=OE_MSG_PUB.COUNT_MSG;
2301: for I in 1..l_msg_count loop
2302: l_msg_data := OE_MSG_PUB.Get(I,'F');
2303: IF l_debug_level > 0 THEN
2304: oe_debug_pub.add( L_MSG_DATA , 1 ) ;

Line 2302: l_msg_data := OE_MSG_PUB.Get(I,'F');

2298: ELSIF l_return_status = FND_API.G_RET_STS_ERROR THEN
2299: oe_msg_pub.transfer_msg_stack;
2300: l_msg_count:=OE_MSG_PUB.COUNT_MSG;
2301: for I in 1..l_msg_count loop
2302: l_msg_data := OE_MSG_PUB.Get(I,'F');
2303: IF l_debug_level > 0 THEN
2304: oe_debug_pub.add( L_MSG_DATA , 1 ) ;
2305: END IF;
2306: end loop;

Line 2344: oe_msg_pub.transfer_msg_stack;

2340: oe_debug_pub.add( 'Reservation fails with unexpected error in dropshipreceive() : '||sqlerrm , 1 ) ;
2341: oe_debug_pub.add( 'Try receipt after setting sub/item non reservable' , 1 ) ;
2342: END IF;
2343:
2344: oe_msg_pub.transfer_msg_stack;
2345: l_msg_count:=OE_MSG_PUB.COUNT_MSG;
2346: for I in 1..l_msg_count loop
2347: l_msg_data := OE_MSG_PUB.Get(I,'F');
2348: IF l_debug_level > 0 THEN

Line 2345: l_msg_count:=OE_MSG_PUB.COUNT_MSG;

2341: oe_debug_pub.add( 'Try receipt after setting sub/item non reservable' , 1 ) ;
2342: END IF;
2343:
2344: oe_msg_pub.transfer_msg_stack;
2345: l_msg_count:=OE_MSG_PUB.COUNT_MSG;
2346: for I in 1..l_msg_count loop
2347: l_msg_data := OE_MSG_PUB.Get(I,'F');
2348: IF l_debug_level > 0 THEN
2349: oe_debug_pub.add(l_msg_data,1) ;

Line 2347: l_msg_data := OE_MSG_PUB.Get(I,'F');

2343:
2344: oe_msg_pub.transfer_msg_stack;
2345: l_msg_count:=OE_MSG_PUB.COUNT_MSG;
2346: for I in 1..l_msg_count loop
2347: l_msg_data := OE_MSG_PUB.Get(I,'F');
2348: IF l_debug_level > 0 THEN
2349: oe_debug_pub.add(l_msg_data,1) ;
2350: END IF;
2351: end loop;

Line 2359: oe_msg_pub.transfer_msg_stack;

2355: IF l_debug_level > 0 THEN
2356: oe_debug_pub.add('reservation fails with expected error in dropshipreceive() : '||sqlerrm,1) ;
2357: oe_debug_pub.add( 'Try receipt after setting sub/item non reservable' , 1 ) ;
2358: END IF;
2359: oe_msg_pub.transfer_msg_stack;
2360: l_msg_count:=OE_MSG_PUB.COUNT_MSG;
2361: for I in 1..l_msg_count loop
2362: l_msg_data := OE_MSG_PUB.Get(I,'F');
2363: IF l_debug_level > 0 THEN

Line 2360: l_msg_count:=OE_MSG_PUB.COUNT_MSG;

2356: oe_debug_pub.add('reservation fails with expected error in dropshipreceive() : '||sqlerrm,1) ;
2357: oe_debug_pub.add( 'Try receipt after setting sub/item non reservable' , 1 ) ;
2358: END IF;
2359: oe_msg_pub.transfer_msg_stack;
2360: l_msg_count:=OE_MSG_PUB.COUNT_MSG;
2361: for I in 1..l_msg_count loop
2362: l_msg_data := OE_MSG_PUB.Get(I,'F');
2363: IF l_debug_level > 0 THEN
2364: oe_debug_pub.add(l_msg_data,1) ;

Line 2362: l_msg_data := OE_MSG_PUB.Get(I,'F');

2358: END IF;
2359: oe_msg_pub.transfer_msg_stack;
2360: l_msg_count:=OE_MSG_PUB.COUNT_MSG;
2361: for I in 1..l_msg_count loop
2362: l_msg_data := OE_MSG_PUB.Get(I,'F');
2363: IF l_debug_level > 0 THEN
2364: oe_debug_pub.add(l_msg_data,1) ;
2365: END IF;
2366: end loop;