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 614: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

610:
611: IF l_debug_level > 0 THEN
612: oe_debug_pub.add( 'EXITING OE_LINE_FULLFILL.FULFILL_SERVICE_LINES WITH STATUS: '|| X_RETURN_STATUS , 1 ) ;
613: END IF;
614: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
615: THEN
616: OE_MSG_PUB.Add_Exc_Msg
617: ( G_PKG_NAME,
618: 'Fulfill_Service_Lines'

Line 616: OE_MSG_PUB.Add_Exc_Msg

612: oe_debug_pub.add( 'EXITING OE_LINE_FULLFILL.FULFILL_SERVICE_LINES WITH STATUS: '|| X_RETURN_STATUS , 1 ) ;
613: END IF;
614: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
615: THEN
616: OE_MSG_PUB.Add_Exc_Msg
617: ( G_PKG_NAME,
618: 'Fulfill_Service_Lines'
619: );
620: END IF;

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

628: IF l_debug_level > 0 THEN
629: oe_debug_pub.add( 'EXITING OE_LINE_FULLFILL.FULFILL_SERVICE_LINES WITH STATUS: '|| X_RETURN_STATUS , 1 ) ;
630: END IF;
631:
632: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
633: THEN
634: OE_MSG_PUB.Add_Exc_Msg
635: ( G_PKG_NAME,
636: 'Fulfill_Service_Lines'

Line 634: OE_MSG_PUB.Add_Exc_Msg

630: END IF;
631:
632: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
633: THEN
634: OE_MSG_PUB.Add_Exc_Msg
635: ( G_PKG_NAME,
636: 'Fulfill_Service_Lines'
637: );
638: END IF;

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

1491: IF l_debug_level > 0 THEN
1492: oe_debug_pub.add('Unexp Error'||sqlerrm,1);
1493: END IF;
1494: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1495: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
1496: OE_MSG_PUB.Add_Exc_Msg (G_PKG_NAME, 'Fulfill_Line');
1497: END IF;
1498: G_DEBUG_MSG := G_DEBUG_MSG || 'E6,';
1499: WHEN FND_API.G_EXC_ERROR THEN

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

1492: oe_debug_pub.add('Unexp Error'||sqlerrm,1);
1493: END IF;
1494: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1495: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
1496: OE_MSG_PUB.Add_Exc_Msg (G_PKG_NAME, 'Fulfill_Line');
1497: END IF;
1498: G_DEBUG_MSG := G_DEBUG_MSG || 'E6,';
1499: WHEN FND_API.G_EXC_ERROR THEN
1500: IF l_debug_level > 0 THEN

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

1505: IF l_debug_level > 0 THEN
1506: oe_debug_pub.add('Error '||SUBSTR ( SQLERRM , 1 , 200 ) , 1 ) ;
1507: END IF;
1508: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1509: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
1510: OE_MSG_PUB.Add_Exc_Msg (G_PKG_NAME, 'Fulfill_Line');
1511: END IF;
1512: G_DEBUG_MSG := G_DEBUG_MSG || 'E7,';
1513: END Fulfill_Line;

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

1506: oe_debug_pub.add('Error '||SUBSTR ( SQLERRM , 1 , 200 ) , 1 ) ;
1507: END IF;
1508: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1509: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
1510: OE_MSG_PUB.Add_Exc_Msg (G_PKG_NAME, 'Fulfill_Line');
1511: END IF;
1512: G_DEBUG_MSG := G_DEBUG_MSG || 'E7,';
1513: END Fulfill_Line;
1514:

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

1623: G_DEBUG_MSG := G_DEBUG_MSG || '34,';
1624: WHEN OTHERS THEN
1625: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1626:
1627: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1628: THEN
1629: OE_MSG_PUB.Add_Exc_Msg
1630: ( G_PKG_NAME,
1631: 'Get_Activity_Result'

Line 1629: OE_MSG_PUB.Add_Exc_Msg

1625: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1626:
1627: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1628: THEN
1629: OE_MSG_PUB.Add_Exc_Msg
1630: ( G_PKG_NAME,
1631: 'Get_Activity_Result'
1632: );
1633: END IF;

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

1825: oe_debug_pub.add('Unexp Error '||sqlerrm,1);
1826: END IF;
1827: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1828:
1829: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1830: THEN
1831: OE_MSG_PUB.Add_Exc_Msg
1832: ( G_PKG_NAME,
1833: 'Get_Fulfillment_Set'

Line 1831: OE_MSG_PUB.Add_Exc_Msg

1827: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1828:
1829: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1830: THEN
1831: OE_MSG_PUB.Add_Exc_Msg
1832: ( G_PKG_NAME,
1833: 'Get_Fulfillment_Set'
1834: );
1835: END IF;

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

1848: IF l_debug_level > 0 THEN
1849: oe_debug_pub.add( 'ERROR MESSAGE : '||SUBSTR ( SQLERRM , 1 , 200 ) , 1 ) ;
1850: END IF;
1851:
1852: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1853: THEN
1854: OE_MSG_PUB.Add_Exc_Msg
1855: ( G_PKG_NAME,
1856: 'Get_Fulfillment_Set'

Line 1854: OE_MSG_PUB.Add_Exc_Msg

1850: END IF;
1851:
1852: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1853: THEN
1854: OE_MSG_PUB.Add_Exc_Msg
1855: ( G_PKG_NAME,
1856: 'Get_Fulfillment_Set'
1857: );
1858: END IF;

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

2021: EXCEPTION
2022: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
2023: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
2024:
2025: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
2026: THEN
2027: OE_MSG_PUB.Add_Exc_Msg
2028: ( G_PKG_NAME,
2029: 'Get_Fulfillment_Activity'

Line 2027: OE_MSG_PUB.Add_Exc_Msg

2023: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
2024:
2025: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
2026: THEN
2027: OE_MSG_PUB.Add_Exc_Msg
2028: ( G_PKG_NAME,
2029: 'Get_Fulfillment_Activity'
2030: );
2031: END IF;

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

2038: IF l_debug_level > 0 THEN
2039: oe_debug_pub.add( 'ERROR MESSAGE : '||SUBSTR ( SQLERRM , 1 , 200 ) , 1 ) ;
2040: END IF;
2041:
2042: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
2043: THEN
2044: OE_MSG_PUB.Add_Exc_Msg
2045: ( G_PKG_NAME,
2046: 'Get_Fulfillment_Activity'

Line 2044: OE_MSG_PUB.Add_Exc_Msg

2040: END IF;
2041:
2042: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
2043: THEN
2044: OE_MSG_PUB.Add_Exc_Msg
2045: ( G_PKG_NAME,
2046: 'Get_Fulfillment_Activity'
2047: );
2048: END IF;

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

2141:
2142: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
2143: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
2144:
2145: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
2146: THEN
2147: OE_MSG_PUB.Add_Exc_Msg
2148: ( G_PKG_NAME,
2149: 'Check_PTO_KIT_Fulfillment'

Line 2147: OE_MSG_PUB.Add_Exc_Msg

2143: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
2144:
2145: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
2146: THEN
2147: OE_MSG_PUB.Add_Exc_Msg
2148: ( G_PKG_NAME,
2149: 'Check_PTO_KIT_Fulfillment'
2150: );
2151: END IF;

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

2159: IF l_debug_level > 0 THEN
2160: oe_debug_pub.add( 'ERROR MESSAGE : '||SUBSTR ( SQLERRM , 1 , 200 ) , 1 ) ;
2161: END IF;
2162:
2163: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
2164: THEN
2165: OE_MSG_PUB.Add_Exc_Msg
2166: ( G_PKG_NAME,
2167: 'Check_PTO_KIT_Fulfillment'

Line 2165: OE_MSG_PUB.Add_Exc_Msg

2161: END IF;
2162:
2163: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
2164: THEN
2165: OE_MSG_PUB.Add_Exc_Msg
2166: ( G_PKG_NAME,
2167: 'Check_PTO_KIT_Fulfillment'
2168: );
2169: END IF;

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

2431: x_return_status := 'D' ;
2432:
2433: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
2434: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
2435: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
2436: OE_MSG_PUB.Add_Exc_Msg ( G_PKG_NAME, 'Fulfill_PTO_KIT');
2437: END IF;
2438: G_DEBUG_MSG := G_DEBUG_MSG || 'E15,';
2439: WHEN FND_API.G_EXC_ERROR THEN

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

2432:
2433: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
2434: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
2435: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
2436: OE_MSG_PUB.Add_Exc_Msg ( G_PKG_NAME, 'Fulfill_PTO_KIT');
2437: END IF;
2438: G_DEBUG_MSG := G_DEBUG_MSG || 'E15,';
2439: WHEN FND_API.G_EXC_ERROR THEN
2440: x_return_status := FND_API.G_RET_STS_ERROR;

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

2443: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
2444: IF l_debug_level > 0 THEN
2445: oe_debug_pub.add( 'ERROR MESSAGE : '||SUBSTR ( SQLERRM , 1 , 200 ) , 1 ) ;
2446: END IF;
2447: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
2448: OE_MSG_PUB.Add_Exc_Msg ( G_PKG_NAME, 'Fulfill_PTO_KIT');
2449: END IF;
2450: G_DEBUG_MSG := G_DEBUG_MSG || 'E17,';
2451: END Fulfill_PTO_KIT;

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

2444: IF l_debug_level > 0 THEN
2445: oe_debug_pub.add( 'ERROR MESSAGE : '||SUBSTR ( SQLERRM , 1 , 200 ) , 1 ) ;
2446: END IF;
2447: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
2448: OE_MSG_PUB.Add_Exc_Msg ( G_PKG_NAME, 'Fulfill_PTO_KIT');
2449: END IF;
2450: G_DEBUG_MSG := G_DEBUG_MSG || 'E17,';
2451: END Fulfill_PTO_KIT;
2452:

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

2966: oe_debug_pub.add('*** 1. Error - '||SUBSTR(SQLERRM,1,200),1);
2967: END IF;
2968: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
2969:
2970: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
2971: OE_MSG_PUB.Add_Exc_Msg(G_PKG_NAME, 'Process_PTO_KIT');
2972: END IF;
2973:
2974: WHEN FND_API.G_EXC_ERROR THEN

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

2967: END IF;
2968: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
2969:
2970: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
2971: OE_MSG_PUB.Add_Exc_Msg(G_PKG_NAME, 'Process_PTO_KIT');
2972: END IF;
2973:
2974: WHEN FND_API.G_EXC_ERROR THEN
2975: IF l_debug_level > 0 THEN

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

2982: IF l_debug_level > 0 THEN
2983: oe_debug_pub.add('*** 3. Error - '||SUBSTR(SQLERRM,1,200),1);
2984: END IF;
2985:
2986: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
2987: OE_MSG_PUB.Add_Exc_Msg(G_PKG_NAME, 'Process_PTO_KIT');
2988: END IF;
2989:
2990: END Process_PTO_KIT;

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

2983: oe_debug_pub.add('*** 3. Error - '||SUBSTR(SQLERRM,1,200),1);
2984: END IF;
2985:
2986: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
2987: OE_MSG_PUB.Add_Exc_Msg(G_PKG_NAME, 'Process_PTO_KIT');
2988: END IF;
2989:
2990: END Process_PTO_KIT;
2991:

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

3528: EXCEPTION
3529: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
3530: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
3531:
3532: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
3533: THEN
3534: OE_MSG_PUB.Add_Exc_Msg
3535: ( G_PKG_NAME,
3536: 'Process_Fulfillment_Set'

Line 3534: OE_MSG_PUB.Add_Exc_Msg

3530: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
3531:
3532: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
3533: THEN
3534: OE_MSG_PUB.Add_Exc_Msg
3535: ( G_PKG_NAME,
3536: 'Process_Fulfillment_Set'
3537: );
3538: END IF;

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

3546: IF l_debug_level > 0 THEN
3547: oe_debug_pub.add( 'ERROR MESSAGE : '||SUBSTR ( SQLERRM , 1 , 200 ) , 1 ) ;
3548: END IF;
3549:
3550: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
3551: THEN
3552: OE_MSG_PUB.Add_Exc_Msg
3553: ( G_PKG_NAME,
3554: 'Process_Fulfillment_Set'

Line 3552: OE_MSG_PUB.Add_Exc_Msg

3548: END IF;
3549:
3550: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
3551: THEN
3552: OE_MSG_PUB.Add_Exc_Msg
3553: ( G_PKG_NAME,
3554: 'Process_Fulfillment_Set'
3555: );
3556: END IF;

Line 3634: OE_MSG_PUB.set_msg_context(

3630: -- l_line_rec := OE_Line_Util.Query_Row(p_line_id);
3631: OE_Line_Util.Query_Row(p_line_id => p_line_id,
3632: x_line_rec => l_line_rec);
3633:
3634: OE_MSG_PUB.set_msg_context(
3635: p_entity_code => 'LINE'
3636: ,p_entity_id => l_line_rec.line_id
3637: ,p_header_id => l_line_rec.header_id
3638: ,p_line_id => l_line_rec.line_id

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

4695: END IF;
4696: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
4697: G_DEBUG_MSG := G_DEBUG_MSG || 'E22-1,';
4698:
4699: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
4700: THEN
4701: OE_MSG_PUB.Add_Exc_Msg
4702: ( G_PKG_NAME,
4703: 'Process_Fulfillment'

Line 4701: OE_MSG_PUB.Add_Exc_Msg

4697: G_DEBUG_MSG := G_DEBUG_MSG || 'E22-1,';
4698:
4699: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
4700: THEN
4701: OE_MSG_PUB.Add_Exc_Msg
4702: ( G_PKG_NAME,
4703: 'Process_Fulfillment'
4704: );
4705: END IF;

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

4715: oe_debug_pub.add( 'ERROR MESSAGE : '||SUBSTR ( SQLERRM , 1 , 200 ) , 1 ) ;
4716: END IF;
4717: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
4718:
4719: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
4720: THEN
4721: OE_MSG_PUB.Add_Exc_Msg
4722: ( G_PKG_NAME
4723: , 'Process_Fulfillment'

Line 4721: OE_MSG_PUB.Add_Exc_Msg

4717: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
4718:
4719: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
4720: THEN
4721: OE_MSG_PUB.Add_Exc_Msg
4722: ( G_PKG_NAME
4723: , 'Process_Fulfillment'
4724: );
4725: END IF;

Line 4730: OE_MSG_PUB.Count_And_Get

4726: G_DEBUG_MSG := G_DEBUG_MSG || 'E23,';
4727:
4728: -- Get message count and data
4729:
4730: OE_MSG_PUB.Count_And_Get
4731: ( p_count => x_msg_count
4732: , p_data => x_msg_data
4733: );
4734:

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

5637: oe_debug_pub.add( 'CANCEL_LINE : EXITING WITH UNEXPECTED ERROR'||SUBSTR ( SQLERRM , 1 , 200 ) , 1 ) ;
5638: END IF;
5639: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
5640:
5641: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
5642: THEN
5643: OE_MSG_PUB.Add_Exc_Msg
5644: ( G_PKG_NAME,
5645: 'Cancel_Line'

Line 5643: OE_MSG_PUB.Add_Exc_Msg

5639: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
5640:
5641: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
5642: THEN
5643: OE_MSG_PUB.Add_Exc_Msg
5644: ( G_PKG_NAME,
5645: 'Cancel_Line'
5646: );
5647: END IF;

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

5658: oe_debug_pub.add( 'ERROR MESSAGE : '||SUBSTR ( SQLERRM , 1 , 200 ) , 1 ) ;
5659: END IF;
5660: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
5661:
5662: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
5663: THEN
5664: OE_MSG_PUB.Add_Exc_Msg
5665: ( G_PKG_NAME
5666: , 'Cancel_Line'

Line 5664: OE_MSG_PUB.Add_Exc_Msg

5660: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
5661:
5662: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
5663: THEN
5664: OE_MSG_PUB.Add_Exc_Msg
5665: ( G_PKG_NAME
5666: , 'Cancel_Line'
5667: );
5668: END IF;