DBA Data[Home] [Help]

APPS.OE_DS_PVT dependencies on OE_MSG_PUB

Line 262: OE_MSG_PUB.set_msg_context(

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

Line 280: OE_MSG_PUB.Add;

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

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

794: WHEN FND_API.G_EXC_ERROR THEN
795: IF l_debug_level > 0 THEN
796: oe_debug_pub.add( 'Exiting dropshipreceive with exp. error => '||sqlerrm , 1 ) ;
797: END IF;
798: OE_MSG_PUB.Save_API_Messages(); -- bug 4393738
799: OE_DEBUG_PUB.dumpdebug;
800: OE_DEBUG_PUB.Debug_Off;
801: RETURN FALSE;
802: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN

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

802: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
803: IF l_debug_level > 0 THEN
804: oe_debug_pub.add( 'Exiting dropshipreceive with unexp. error => '||sqlerrm , 1 ) ;
805: END IF;
806: OE_MSG_PUB.Save_API_Messages(); -- bug 4393738
807: OE_DEBUG_PUB.dumpdebug;
808: OE_DEBUG_PUB.Debug_Off;
809: RETURN FALSE;
810: WHEN OTHERS THEN

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

810: WHEN OTHERS THEN
811: IF l_debug_level > 0 THEN
812: oe_debug_pub.add( 'Exiting dropshipreceive with others error => '||sqlerrm , 1 ) ;
813: END IF;
814: OE_MSG_PUB.Save_API_Messages(); -- bug 4393738
815: OE_DEBUG_PUB.dumpdebug;
816: OE_DEBUG_PUB.Debug_Off;
817: RETURN FALSE;
818: END DropShipReceive;

Line 2315: oe_msg_pub.transfer_msg_stack;

2311: , x_msg_count => l_msg_count
2312: , x_msg_data => l_msg_data);
2313:
2314: IF l_return_status = FND_API.G_RET_STS_UNEXP_ERROR THEN
2315: oe_msg_pub.transfer_msg_stack;
2316: l_msg_count:=OE_MSG_PUB.COUNT_MSG;
2317: for I in 1..l_msg_count loop
2318: l_msg_data := OE_MSG_PUB.Get(I,'F');
2319: IF l_debug_level > 0 THEN

Line 2316: l_msg_count:=OE_MSG_PUB.COUNT_MSG;

2312: , x_msg_data => l_msg_data);
2313:
2314: IF l_return_status = FND_API.G_RET_STS_UNEXP_ERROR THEN
2315: oe_msg_pub.transfer_msg_stack;
2316: l_msg_count:=OE_MSG_PUB.COUNT_MSG;
2317: for I in 1..l_msg_count loop
2318: l_msg_data := OE_MSG_PUB.Get(I,'F');
2319: IF l_debug_level > 0 THEN
2320: oe_debug_pub.add( L_MSG_DATA , 1 ) ;

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

2314: IF l_return_status = FND_API.G_RET_STS_UNEXP_ERROR THEN
2315: oe_msg_pub.transfer_msg_stack;
2316: l_msg_count:=OE_MSG_PUB.COUNT_MSG;
2317: for I in 1..l_msg_count loop
2318: l_msg_data := OE_MSG_PUB.Get(I,'F');
2319: IF l_debug_level > 0 THEN
2320: oe_debug_pub.add( L_MSG_DATA , 1 ) ;
2321: END IF;
2322: end loop;

Line 2325: oe_msg_pub.transfer_msg_stack;

2321: END IF;
2322: end loop;
2323: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
2324: ELSIF l_return_status = FND_API.G_RET_STS_ERROR THEN
2325: oe_msg_pub.transfer_msg_stack;
2326: l_msg_count:=OE_MSG_PUB.COUNT_MSG;
2327: for I in 1..l_msg_count loop
2328: l_msg_data := OE_MSG_PUB.Get(I,'F');
2329: IF l_debug_level > 0 THEN

Line 2326: l_msg_count:=OE_MSG_PUB.COUNT_MSG;

2322: end loop;
2323: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
2324: ELSIF l_return_status = FND_API.G_RET_STS_ERROR THEN
2325: oe_msg_pub.transfer_msg_stack;
2326: l_msg_count:=OE_MSG_PUB.COUNT_MSG;
2327: for I in 1..l_msg_count loop
2328: l_msg_data := OE_MSG_PUB.Get(I,'F');
2329: IF l_debug_level > 0 THEN
2330: oe_debug_pub.add( L_MSG_DATA , 1 ) ;

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

2324: ELSIF l_return_status = FND_API.G_RET_STS_ERROR THEN
2325: oe_msg_pub.transfer_msg_stack;
2326: l_msg_count:=OE_MSG_PUB.COUNT_MSG;
2327: for I in 1..l_msg_count loop
2328: l_msg_data := OE_MSG_PUB.Get(I,'F');
2329: IF l_debug_level > 0 THEN
2330: oe_debug_pub.add( L_MSG_DATA , 1 ) ;
2331: END IF;
2332: end loop;

Line 2384: oe_msg_pub.transfer_msg_stack;

2380: oe_debug_pub.add( 'Reservation fails with unexpected error in dropshipreceive() : '||sqlerrm , 1 ) ;
2381: oe_debug_pub.add( 'Try receipt after setting sub/item non reservable' , 1 ) ;
2382: END IF;
2383:
2384: oe_msg_pub.transfer_msg_stack;
2385: l_msg_count:=OE_MSG_PUB.COUNT_MSG;
2386: for I in 1..l_msg_count loop
2387: l_msg_data := OE_MSG_PUB.Get(I,'F');
2388: IF l_debug_level > 0 THEN

Line 2385: l_msg_count:=OE_MSG_PUB.COUNT_MSG;

2381: oe_debug_pub.add( 'Try receipt after setting sub/item non reservable' , 1 ) ;
2382: END IF;
2383:
2384: oe_msg_pub.transfer_msg_stack;
2385: l_msg_count:=OE_MSG_PUB.COUNT_MSG;
2386: for I in 1..l_msg_count loop
2387: l_msg_data := OE_MSG_PUB.Get(I,'F');
2388: IF l_debug_level > 0 THEN
2389: oe_debug_pub.add(l_msg_data,1) ;

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

2383:
2384: oe_msg_pub.transfer_msg_stack;
2385: l_msg_count:=OE_MSG_PUB.COUNT_MSG;
2386: for I in 1..l_msg_count loop
2387: l_msg_data := OE_MSG_PUB.Get(I,'F');
2388: IF l_debug_level > 0 THEN
2389: oe_debug_pub.add(l_msg_data,1) ;
2390: END IF;
2391: end loop;

Line 2399: oe_msg_pub.transfer_msg_stack;

2395: IF l_debug_level > 0 THEN
2396: oe_debug_pub.add('reservation fails with expected error in dropshipreceive() : '||sqlerrm,1) ;
2397: oe_debug_pub.add( 'Try receipt after setting sub/item non reservable' , 1 ) ;
2398: END IF;
2399: oe_msg_pub.transfer_msg_stack;
2400: l_msg_count:=OE_MSG_PUB.COUNT_MSG;
2401: for I in 1..l_msg_count loop
2402: l_msg_data := OE_MSG_PUB.Get(I,'F');
2403: IF l_debug_level > 0 THEN

Line 2400: l_msg_count:=OE_MSG_PUB.COUNT_MSG;

2396: oe_debug_pub.add('reservation fails with expected error in dropshipreceive() : '||sqlerrm,1) ;
2397: oe_debug_pub.add( 'Try receipt after setting sub/item non reservable' , 1 ) ;
2398: END IF;
2399: oe_msg_pub.transfer_msg_stack;
2400: l_msg_count:=OE_MSG_PUB.COUNT_MSG;
2401: for I in 1..l_msg_count loop
2402: l_msg_data := OE_MSG_PUB.Get(I,'F');
2403: IF l_debug_level > 0 THEN
2404: oe_debug_pub.add(l_msg_data,1) ;

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

2398: END IF;
2399: oe_msg_pub.transfer_msg_stack;
2400: l_msg_count:=OE_MSG_PUB.COUNT_MSG;
2401: for I in 1..l_msg_count loop
2402: l_msg_data := OE_MSG_PUB.Get(I,'F');
2403: IF l_debug_level > 0 THEN
2404: oe_debug_pub.add(l_msg_data,1) ;
2405: END IF;
2406: end loop;