DBA Data[Home] [Help]

APPS.OE_LINE_FULLFILL dependencies on OE_MSG_PUB

Line 206: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

202: if l_debug_level > 0 then
203: oe_debug_pub.add('Update_Blanket_Qty: Others Error', 1);
204: oe_debug_pub.ADD('Error: '||substr(sqlerrm,1,200),1);
205: end if;
206: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
207: THEN
208: OE_MSG_PUB.Add_Exc_Msg
209: ( G_PKG_NAME
210: , 'Update_Blanket_Qty'

Line 208: OE_MSG_PUB.Add_Exc_Msg

204: oe_debug_pub.ADD('Error: '||substr(sqlerrm,1,200),1);
205: end if;
206: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
207: THEN
208: OE_MSG_PUB.Add_Exc_Msg
209: ( G_PKG_NAME
210: , 'Update_Blanket_Qty'
211: );
212: END IF;

Line 401: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

397:
398: IF l_debug_level > 0 THEN
399: oe_debug_pub.add( 'EXITING OE_LINE_FULLFILL.GET_SERVICE_LINES WITH STATUS: '|| X_RETURN_STATUS , 1 ) ;
400: END IF;
401: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
402: THEN
403: OE_MSG_PUB.Add_Exc_Msg
404: ( G_PKG_NAME,
405: 'Get_Service_Lines'

Line 403: OE_MSG_PUB.Add_Exc_Msg

399: oe_debug_pub.add( 'EXITING OE_LINE_FULLFILL.GET_SERVICE_LINES WITH STATUS: '|| X_RETURN_STATUS , 1 ) ;
400: END IF;
401: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
402: THEN
403: OE_MSG_PUB.Add_Exc_Msg
404: ( G_PKG_NAME,
405: 'Get_Service_Lines'
406: );
407: END IF;

Line 419: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

415: IF l_debug_level > 0 THEN
416: oe_debug_pub.add( 'EXITING OE_LINE_FULLFILL.GET_SERVICE_LINES WITH STATUS: '|| X_RETURN_STATUS , 1 ) ;
417: END IF;
418:
419: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
420: THEN
421: OE_MSG_PUB.Add_Exc_Msg
422: ( G_PKG_NAME,
423: 'Get_Service_Lines'

Line 421: OE_MSG_PUB.Add_Exc_Msg

417: END IF;
418:
419: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
420: THEN
421: OE_MSG_PUB.Add_Exc_Msg
422: ( G_PKG_NAME,
423: 'Get_Service_Lines'
424: );
425: END IF;

Line 608: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

604:
605: IF l_debug_level > 0 THEN
606: oe_debug_pub.add( 'EXITING OE_LINE_FULLFILL.FULFILL_SERVICE_LINES WITH STATUS: '|| X_RETURN_STATUS , 1 ) ;
607: END IF;
608: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
609: THEN
610: OE_MSG_PUB.Add_Exc_Msg
611: ( G_PKG_NAME,
612: 'Fulfill_Service_Lines'

Line 610: OE_MSG_PUB.Add_Exc_Msg

606: oe_debug_pub.add( 'EXITING OE_LINE_FULLFILL.FULFILL_SERVICE_LINES WITH STATUS: '|| X_RETURN_STATUS , 1 ) ;
607: END IF;
608: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
609: THEN
610: OE_MSG_PUB.Add_Exc_Msg
611: ( G_PKG_NAME,
612: 'Fulfill_Service_Lines'
613: );
614: END IF;

Line 626: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

622: IF l_debug_level > 0 THEN
623: oe_debug_pub.add( 'EXITING OE_LINE_FULLFILL.FULFILL_SERVICE_LINES WITH STATUS: '|| X_RETURN_STATUS , 1 ) ;
624: END IF;
625:
626: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
627: THEN
628: OE_MSG_PUB.Add_Exc_Msg
629: ( G_PKG_NAME,
630: 'Fulfill_Service_Lines'

Line 628: OE_MSG_PUB.Add_Exc_Msg

624: END IF;
625:
626: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
627: THEN
628: OE_MSG_PUB.Add_Exc_Msg
629: ( G_PKG_NAME,
630: 'Fulfill_Service_Lines'
631: );
632: END IF;

Line 1414: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN

1410: IF l_debug_level > 0 THEN
1411: oe_debug_pub.add('Unexp Error'||sqlerrm,1);
1412: END IF;
1413: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1414: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
1415: OE_MSG_PUB.Add_Exc_Msg (G_PKG_NAME, 'Fulfill_Line');
1416: END IF;
1417: G_DEBUG_MSG := G_DEBUG_MSG || 'E6,';
1418: WHEN FND_API.G_EXC_ERROR THEN

Line 1415: OE_MSG_PUB.Add_Exc_Msg (G_PKG_NAME, 'Fulfill_Line');

1411: oe_debug_pub.add('Unexp Error'||sqlerrm,1);
1412: END IF;
1413: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1414: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
1415: OE_MSG_PUB.Add_Exc_Msg (G_PKG_NAME, 'Fulfill_Line');
1416: END IF;
1417: G_DEBUG_MSG := G_DEBUG_MSG || 'E6,';
1418: WHEN FND_API.G_EXC_ERROR THEN
1419: IF l_debug_level > 0 THEN

Line 1428: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN

1424: IF l_debug_level > 0 THEN
1425: oe_debug_pub.add('Error '||SUBSTR ( SQLERRM , 1 , 200 ) , 1 ) ;
1426: END IF;
1427: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1428: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
1429: OE_MSG_PUB.Add_Exc_Msg (G_PKG_NAME, 'Fulfill_Line');
1430: END IF;
1431: G_DEBUG_MSG := G_DEBUG_MSG || 'E7,';
1432: END Fulfill_Line;

Line 1429: OE_MSG_PUB.Add_Exc_Msg (G_PKG_NAME, 'Fulfill_Line');

1425: oe_debug_pub.add('Error '||SUBSTR ( SQLERRM , 1 , 200 ) , 1 ) ;
1426: END IF;
1427: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1428: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
1429: OE_MSG_PUB.Add_Exc_Msg (G_PKG_NAME, 'Fulfill_Line');
1430: END IF;
1431: G_DEBUG_MSG := G_DEBUG_MSG || 'E7,';
1432: END Fulfill_Line;
1433:

Line 1546: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

1542: G_DEBUG_MSG := G_DEBUG_MSG || '34,';
1543: WHEN OTHERS THEN
1544: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1545:
1546: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1547: THEN
1548: OE_MSG_PUB.Add_Exc_Msg
1549: ( G_PKG_NAME,
1550: 'Get_Activity_Result'

Line 1548: OE_MSG_PUB.Add_Exc_Msg

1544: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1545:
1546: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1547: THEN
1548: OE_MSG_PUB.Add_Exc_Msg
1549: ( G_PKG_NAME,
1550: 'Get_Activity_Result'
1551: );
1552: END IF;

Line 1742: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

1738: oe_debug_pub.add('Unexp Error '||sqlerrm,1);
1739: END IF;
1740: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1741:
1742: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1743: THEN
1744: OE_MSG_PUB.Add_Exc_Msg
1745: ( G_PKG_NAME,
1746: 'Get_Fulfillment_Set'

Line 1744: OE_MSG_PUB.Add_Exc_Msg

1740: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1741:
1742: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1743: THEN
1744: OE_MSG_PUB.Add_Exc_Msg
1745: ( G_PKG_NAME,
1746: 'Get_Fulfillment_Set'
1747: );
1748: END IF;

Line 1765: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

1761: IF l_debug_level > 0 THEN
1762: oe_debug_pub.add( 'ERROR MESSAGE : '||SUBSTR ( SQLERRM , 1 , 200 ) , 1 ) ;
1763: END IF;
1764:
1765: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1766: THEN
1767: OE_MSG_PUB.Add_Exc_Msg
1768: ( G_PKG_NAME,
1769: 'Get_Fulfillment_Set'

Line 1767: OE_MSG_PUB.Add_Exc_Msg

1763: END IF;
1764:
1765: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1766: THEN
1767: OE_MSG_PUB.Add_Exc_Msg
1768: ( G_PKG_NAME,
1769: 'Get_Fulfillment_Set'
1770: );
1771: END IF;

Line 1938: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

1934: EXCEPTION
1935: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
1936: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1937:
1938: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1939: THEN
1940: OE_MSG_PUB.Add_Exc_Msg
1941: ( G_PKG_NAME,
1942: 'Get_Fulfillment_Activity'

Line 1940: OE_MSG_PUB.Add_Exc_Msg

1936: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1937:
1938: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1939: THEN
1940: OE_MSG_PUB.Add_Exc_Msg
1941: ( G_PKG_NAME,
1942: 'Get_Fulfillment_Activity'
1943: );
1944: END IF;

Line 1955: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

1951: IF l_debug_level > 0 THEN
1952: oe_debug_pub.add( 'ERROR MESSAGE : '||SUBSTR ( SQLERRM , 1 , 200 ) , 1 ) ;
1953: END IF;
1954:
1955: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1956: THEN
1957: OE_MSG_PUB.Add_Exc_Msg
1958: ( G_PKG_NAME,
1959: 'Get_Fulfillment_Activity'

Line 1957: OE_MSG_PUB.Add_Exc_Msg

1953: END IF;
1954:
1955: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1956: THEN
1957: OE_MSG_PUB.Add_Exc_Msg
1958: ( G_PKG_NAME,
1959: 'Get_Fulfillment_Activity'
1960: );
1961: END IF;

Line 2058: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

2054:
2055: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
2056: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
2057:
2058: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
2059: THEN
2060: OE_MSG_PUB.Add_Exc_Msg
2061: ( G_PKG_NAME,
2062: 'Check_PTO_KIT_Fulfillment'

Line 2060: OE_MSG_PUB.Add_Exc_Msg

2056: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
2057:
2058: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
2059: THEN
2060: OE_MSG_PUB.Add_Exc_Msg
2061: ( G_PKG_NAME,
2062: 'Check_PTO_KIT_Fulfillment'
2063: );
2064: END IF;

Line 2076: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

2072: IF l_debug_level > 0 THEN
2073: oe_debug_pub.add( 'ERROR MESSAGE : '||SUBSTR ( SQLERRM , 1 , 200 ) , 1 ) ;
2074: END IF;
2075:
2076: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
2077: THEN
2078: OE_MSG_PUB.Add_Exc_Msg
2079: ( G_PKG_NAME,
2080: 'Check_PTO_KIT_Fulfillment'

Line 2078: OE_MSG_PUB.Add_Exc_Msg

2074: END IF;
2075:
2076: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
2077: THEN
2078: OE_MSG_PUB.Add_Exc_Msg
2079: ( G_PKG_NAME,
2080: 'Check_PTO_KIT_Fulfillment'
2081: );
2082: END IF;

Line 2307: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN

2303: x_return_status := 'D' ;
2304:
2305: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
2306: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
2307: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
2308: OE_MSG_PUB.Add_Exc_Msg ( G_PKG_NAME, 'Fulfill_PTO_KIT');
2309: END IF;
2310: G_DEBUG_MSG := G_DEBUG_MSG || 'E15,';
2311: WHEN FND_API.G_EXC_ERROR THEN

Line 2308: OE_MSG_PUB.Add_Exc_Msg ( G_PKG_NAME, 'Fulfill_PTO_KIT');

2304:
2305: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
2306: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
2307: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
2308: OE_MSG_PUB.Add_Exc_Msg ( G_PKG_NAME, 'Fulfill_PTO_KIT');
2309: END IF;
2310: G_DEBUG_MSG := G_DEBUG_MSG || 'E15,';
2311: WHEN FND_API.G_EXC_ERROR THEN
2312: x_return_status := FND_API.G_RET_STS_ERROR;

Line 2319: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN

2315: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
2316: IF l_debug_level > 0 THEN
2317: oe_debug_pub.add( 'ERROR MESSAGE : '||SUBSTR ( SQLERRM , 1 , 200 ) , 1 ) ;
2318: END IF;
2319: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
2320: OE_MSG_PUB.Add_Exc_Msg ( G_PKG_NAME, 'Fulfill_PTO_KIT');
2321: END IF;
2322: G_DEBUG_MSG := G_DEBUG_MSG || 'E17,';
2323: END Fulfill_PTO_KIT;

Line 2320: OE_MSG_PUB.Add_Exc_Msg ( G_PKG_NAME, 'Fulfill_PTO_KIT');

2316: IF l_debug_level > 0 THEN
2317: oe_debug_pub.add( 'ERROR MESSAGE : '||SUBSTR ( SQLERRM , 1 , 200 ) , 1 ) ;
2318: END IF;
2319: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
2320: OE_MSG_PUB.Add_Exc_Msg ( G_PKG_NAME, 'Fulfill_PTO_KIT');
2321: END IF;
2322: G_DEBUG_MSG := G_DEBUG_MSG || 'E17,';
2323: END Fulfill_PTO_KIT;
2324:

Line 2820: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN

2816: oe_debug_pub.add('*** 1. Error - '||SUBSTR(SQLERRM,1,200),1);
2817: END IF;
2818: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
2819:
2820: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
2821: OE_MSG_PUB.Add_Exc_Msg(G_PKG_NAME, 'Process_PTO_KIT');
2822: END IF;
2823:
2824: WHEN FND_API.G_EXC_ERROR THEN

Line 2821: OE_MSG_PUB.Add_Exc_Msg(G_PKG_NAME, 'Process_PTO_KIT');

2817: END IF;
2818: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
2819:
2820: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
2821: OE_MSG_PUB.Add_Exc_Msg(G_PKG_NAME, 'Process_PTO_KIT');
2822: END IF;
2823:
2824: WHEN FND_API.G_EXC_ERROR THEN
2825: IF l_debug_level > 0 THEN

Line 2836: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN

2832: IF l_debug_level > 0 THEN
2833: oe_debug_pub.add('*** 3. Error - '||SUBSTR(SQLERRM,1,200),1);
2834: END IF;
2835:
2836: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
2837: OE_MSG_PUB.Add_Exc_Msg(G_PKG_NAME, 'Process_PTO_KIT');
2838: END IF;
2839:
2840: END Process_PTO_KIT;

Line 2837: OE_MSG_PUB.Add_Exc_Msg(G_PKG_NAME, 'Process_PTO_KIT');

2833: oe_debug_pub.add('*** 3. Error - '||SUBSTR(SQLERRM,1,200),1);
2834: END IF;
2835:
2836: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
2837: OE_MSG_PUB.Add_Exc_Msg(G_PKG_NAME, 'Process_PTO_KIT');
2838: END IF;
2839:
2840: END Process_PTO_KIT;
2841:

Line 3353: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

3349: EXCEPTION
3350: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
3351: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
3352:
3353: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
3354: THEN
3355: OE_MSG_PUB.Add_Exc_Msg
3356: ( G_PKG_NAME,
3357: 'Process_Fulfillment_Set'

Line 3355: OE_MSG_PUB.Add_Exc_Msg

3351: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
3352:
3353: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
3354: THEN
3355: OE_MSG_PUB.Add_Exc_Msg
3356: ( G_PKG_NAME,
3357: 'Process_Fulfillment_Set'
3358: );
3359: END IF;

Line 3371: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

3367: IF l_debug_level > 0 THEN
3368: oe_debug_pub.add( 'ERROR MESSAGE : '||SUBSTR ( SQLERRM , 1 , 200 ) , 1 ) ;
3369: END IF;
3370:
3371: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
3372: THEN
3373: OE_MSG_PUB.Add_Exc_Msg
3374: ( G_PKG_NAME,
3375: 'Process_Fulfillment_Set'

Line 3373: OE_MSG_PUB.Add_Exc_Msg

3369: END IF;
3370:
3371: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
3372: THEN
3373: OE_MSG_PUB.Add_Exc_Msg
3374: ( G_PKG_NAME,
3375: 'Process_Fulfillment_Set'
3376: );
3377: END IF;

Line 3454: OE_MSG_PUB.set_msg_context(

3450: -- l_line_rec := OE_Line_Util.Query_Row(p_line_id);
3451: OE_Line_Util.Query_Row(p_line_id => p_line_id,
3452: x_line_rec => l_line_rec);
3453:
3454: OE_MSG_PUB.set_msg_context(
3455: p_entity_code => 'LINE'
3456: ,p_entity_id => l_line_rec.line_id
3457: ,p_header_id => l_line_rec.header_id
3458: ,p_line_id => l_line_rec.line_id

Line 4472: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

4468: END IF;
4469: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
4470: G_DEBUG_MSG := G_DEBUG_MSG || 'E22-1,';
4471:
4472: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
4473: THEN
4474: OE_MSG_PUB.Add_Exc_Msg
4475: ( G_PKG_NAME,
4476: 'Process_Fulfillment'

Line 4474: OE_MSG_PUB.Add_Exc_Msg

4470: G_DEBUG_MSG := G_DEBUG_MSG || 'E22-1,';
4471:
4472: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
4473: THEN
4474: OE_MSG_PUB.Add_Exc_Msg
4475: ( G_PKG_NAME,
4476: 'Process_Fulfillment'
4477: );
4478: END IF;

Line 4492: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

4488: oe_debug_pub.add( 'ERROR MESSAGE : '||SUBSTR ( SQLERRM , 1 , 200 ) , 1 ) ;
4489: END IF;
4490: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
4491:
4492: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
4493: THEN
4494: OE_MSG_PUB.Add_Exc_Msg
4495: ( G_PKG_NAME
4496: , 'Process_Fulfillment'

Line 4494: OE_MSG_PUB.Add_Exc_Msg

4490: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
4491:
4492: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
4493: THEN
4494: OE_MSG_PUB.Add_Exc_Msg
4495: ( G_PKG_NAME
4496: , 'Process_Fulfillment'
4497: );
4498: END IF;

Line 4503: OE_MSG_PUB.Count_And_Get

4499: G_DEBUG_MSG := G_DEBUG_MSG || 'E23,';
4500:
4501: -- Get message count and data
4502:
4503: OE_MSG_PUB.Count_And_Get
4504: ( p_count => x_msg_count
4505: , p_data => x_msg_data
4506: );
4507:

Line 5394: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

5390: oe_debug_pub.add( 'CANCEL_LINE : EXITING WITH UNEXPECTED ERROR'||SUBSTR ( SQLERRM , 1 , 200 ) , 1 ) ;
5391: END IF;
5392: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
5393:
5394: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
5395: THEN
5396: OE_MSG_PUB.Add_Exc_Msg
5397: ( G_PKG_NAME,
5398: 'Cancel_Line'

Line 5396: OE_MSG_PUB.Add_Exc_Msg

5392: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
5393:
5394: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
5395: THEN
5396: OE_MSG_PUB.Add_Exc_Msg
5397: ( G_PKG_NAME,
5398: 'Cancel_Line'
5399: );
5400: END IF;

Line 5415: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

5411: oe_debug_pub.add( 'ERROR MESSAGE : '||SUBSTR ( SQLERRM , 1 , 200 ) , 1 ) ;
5412: END IF;
5413: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
5414:
5415: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
5416: THEN
5417: OE_MSG_PUB.Add_Exc_Msg
5418: ( G_PKG_NAME
5419: , 'Cancel_Line'

Line 5417: OE_MSG_PUB.Add_Exc_Msg

5413: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
5414:
5415: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
5416: THEN
5417: OE_MSG_PUB.Add_Exc_Msg
5418: ( G_PKG_NAME
5419: , 'Cancel_Line'
5420: );
5421: END IF;