DBA Data[Home] [Help]

APPS.OE_CONFIG_TSO_PVT dependencies on OE_MSG_PUB

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

346: IF l_debug_level > 0 THEN
347: OE_DEBUG_PUB.Add('Other error in Is_Part_Of_Container_Model:'
348: ||sqlerrm,1);
349: END IF;
350: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
351: OE_MSG_PUB.Add_Exc_Msg
352: ( G_PKG_NAME
353: ,'Is_Part_of_Container_Model' );
354: END IF;

Line 351: OE_MSG_PUB.Add_Exc_Msg

347: OE_DEBUG_PUB.Add('Other error in Is_Part_Of_Container_Model:'
348: ||sqlerrm,1);
349: END IF;
350: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
351: OE_MSG_PUB.Add_Exc_Msg
352: ( G_PKG_NAME
353: ,'Is_Part_of_Container_Model' );
354: END IF;
355: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

Line 421: OE_MSG_PUB.Add;

417: END IF;
418: x_return_status := FND_API.G_RET_STS_ERROR;
419: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
420: FND_MESSAGE.SET_TOKEN('ATTRIBUTE','IB_OWNER');
421: OE_MSG_PUB.Add;
422: END IF;
423:
424: IF p_line_rec.ib_installed_at_location='INSTALL_BASE' THEN
425: IF l_debug_level > 0 THEN

Line 431: OE_MSG_PUB.Add;

427: END IF;
428: x_return_status := FND_API.G_RET_STS_ERROR;
429: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
430: FND_MESSAGE.SET_TOKEN('ATTRIBUTE','IB_INSTALLED_AT_LOCATION');
431: OE_MSG_PUB.Add;
432: END IF;
433:
434: IF p_line_rec.ib_current_location='INSTALL_BASE' THEN
435: IF l_debug_level > 0 THEN

Line 441: OE_MSG_PUB.Add;

437: END IF;
438: x_return_status := FND_API.G_RET_STS_ERROR;
439: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
440: FND_MESSAGE.SET_TOKEN('ATTRIBUTE','IB_CURRENT_LOCATION');
441: OE_MSG_PUB.Add;
442: END IF;
443:
444: END IF;
445: -- Abghoshend contd

Line 491: OE_MSG_PUB.Add;

487: END IF;
488: x_return_status := FND_API.G_RET_STS_ERROR;
489: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
490: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',OE_Order_Util.Get_Attribute_Name('IB_OWNER'));
491: OE_MSG_PUB.Add;
492: END IF;
493:
494: IF p_line_rec.ib_installed_at_location='INSTALL_BASE' THEN
495: IF l_debug_level > 0 THEN

Line 501: OE_MSG_PUB.Add;

497: END IF;
498: x_return_status := FND_API.G_RET_STS_ERROR;
499: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
500: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',OE_Order_Util.Get_Attribute_Name('IB_INSTALLED_AT_LOCATION'));
501: OE_MSG_PUB.Add;
502: END IF;
503:
504: IF p_line_rec.ib_current_location='INSTALL_BASE' THEN
505: IF l_debug_level > 0 THEN

Line 511: OE_MSG_PUB.Add;

507: END IF;
508: x_return_status := FND_API.G_RET_STS_ERROR;
509: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
510: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',OE_Order_Util.Get_Attribute_Name('IB_CURRENT_LOCATION'));
511: OE_MSG_PUB.Add;
512: END IF;
513:
514: END IF;
515:

Line 554: OE_MSG_PUB.Add;

550: Null;
551: ELSE
552: x_return_status := FND_API.G_RET_STS_ERROR;
553: FND_MESSAGE.SET_NAME('ONT','ONT_TSO_BOOKED_ORDER');
554: OE_MSG_PUB.Add;
555: END IF;
556: IF l_debug_level > 0 THEN
557: OE_DEBUG_PUB.Add('ERRM: Reconfigure after booking is not supported',3);
558: END IF;

Line 592: OE_MSG_PUB.Add;

588: OE_DEBUG_PUB.Add('ERRM: IB trackable item Ordered Quantity must be 1 Only',3);
589: END IF;
590: x_return_status := FND_API.G_RET_STS_ERROR;
591: FND_MESSAGE.SET_NAME ('ONT','ONT_TSO_ORD_QTY_NOT_ONE');
592: OE_MSG_PUB.Add;
593: ELSE
594: IF l_debug_level > 0 THEN
595: OE_DEBUG_PUB.Add('Note: Item not IB trackable',3);
596: OE_DEBUG_PUB.Add('This line qty not restricted to 1',3);

Line 622: OE_MSG_PUB.Add;

618:
619: x_return_status := FND_API.G_RET_STS_ERROR;
620:
621: FND_MESSAGE.SET_NAME ('ONT','ONT_TSO_NO_LINE_TYPE_CHANGE');
622: OE_MSG_PUB.Add;
623:
624: IF l_debug_level > 0 THEN
625: OE_DEBUG_PUB.Add('ERRM: Line Type Change not allowed for MACD orders',3);
626: END IF;

Line 676: OE_MSG_PUB.Add;

672: IF l_delta = 0 THEN
673: x_return_status:=FND_API.G_RET_STS_ERROR;
674: FND_MESSAGE.SET_NAME('ONT','ONT_TSO_DELETE_NOT_ALLOWED');
675: FND_MESSAGE.SET_TOKEN('ITEM_DESCRIPTION',l_description);
676: OE_MSG_PUB.Add;
677: IF l_debug_level > 0 THEN
678: OE_DEBUG_PUB.Add('ERRM: Line changed in CZ, delete not allowed',3);
679: END IF;
680: END IF;

Line 704: OE_MSG_PUB.Add;

700:
701: x_return_status := FND_API.G_RET_STS_ERROR;
702:
703: FND_MESSAGE.SET_NAME('ONT','ONT_TSO_NO_CUSTOMER_CHANGE');
704: OE_MSG_PUB.Add;
705:
706: IF l_debug_level > 0 THEN
707: OE_DEBUG_PUB.Add('ERRM: Customer Change not allowed for MACD orders',3);
708: END IF;

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

740: IF l_debug_level > 0 THEN
741: OE_DEBUG_PUB.Add('Other error in Validate_Container_Model:'
742: ||sqlerrm,1);
743: END IF;
744: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
745: OE_MSG_PUB.Add_Exc_Msg
746: ( G_PKG_NAME
747: ,'Validate_Container_Model' );
748: END IF;

Line 745: OE_MSG_PUB.Add_Exc_Msg

741: OE_DEBUG_PUB.Add('Other error in Validate_Container_Model:'
742: ||sqlerrm,1);
743: END IF;
744: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
745: OE_MSG_PUB.Add_Exc_Msg
746: ( G_PKG_NAME
747: ,'Validate_Container_Model' );
748: END IF;
749:

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

1031: IF l_debug_level > 0 THEN
1032: OE_DEBUG_PUB.Add('Other error in Get_MACD_Action_Mode:'||sqlerrm,1);
1033: END IF;
1034:
1035: IF OE_MSG_PUB.Check_Msg_Level (OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
1036: OE_MSG_PUB.Add_Exc_Msg
1037: ( G_PKG_NAME
1038: ,'Get_MACD_Action_Mode' );
1039: END IF;

Line 1036: OE_MSG_PUB.Add_Exc_Msg

1032: OE_DEBUG_PUB.Add('Other error in Get_MACD_Action_Mode:'||sqlerrm,1);
1033: END IF;
1034:
1035: IF OE_MSG_PUB.Check_Msg_Level (OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
1036: OE_MSG_PUB.Add_Exc_Msg
1037: ( G_PKG_NAME
1038: ,'Get_MACD_Action_Mode' );
1039: END IF;
1040:

Line 1136: OE_MSG_PUB.Add;

1132: AND oe_oel.org_id = mtl_msi.organization_id;
1133:
1134: FND_MESSAGE.SET_NAME('ONT','ONT_TSO_NOT_CONTAINER');
1135: FND_MESSAGE.SET_TOKEN('ITEM_DESCRIPTION',l_description);
1136: OE_MSG_PUB.Add;
1137:
1138: Print_Time ('Exiting OE_CONFIG_TSO_PVT.Remove_Unchanged_Lines');
1139: RETURN;
1140: END IF;

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

1256: IF l_debug_level > 0 THEN
1257: OE_DEBUG_PUB.Add('Other error in Remove_Unchanged_Lines:'
1258: ||sqlerrm,1);
1259: END IF;
1260: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
1261: OE_MSG_PUB.Add_Exc_Msg
1262: ( G_PKG_NAME
1263: ,'Remove_Unchanged_Lines'
1264: );

Line 1261: OE_MSG_PUB.Add_Exc_Msg

1257: OE_DEBUG_PUB.Add('Other error in Remove_Unchanged_Lines:'
1258: ||sqlerrm,1);
1259: END IF;
1260: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
1261: OE_MSG_PUB.Add_Exc_Msg
1262: ( G_PKG_NAME
1263: ,'Remove_Unchanged_Lines'
1264: );
1265: END IF;

Line 1499: OE_Msg_Pub.add;

1495: IF p_top_model_line_id is NULL THEN
1496: l_config_mode := 'R';
1497: ELSE
1498: FND_Message.Set_Name('ONT', 'ONT_CONFIG_USE_CZ_NOT_IB');
1499: OE_Msg_Pub.add;
1500: RAISE FND_API.G_EXC_ERROR;
1501: END IF;
1502: END;
1503: ELSE

Line 1610: OE_MSG_PUB.Transfer_Msg_Stack;

1606: ,x_return_status => x_return_status
1607: ,x_msg_count => x_msg_count
1608: ,x_msg_data => x_msg_data
1609: );
1610: OE_MSG_PUB.Transfer_Msg_Stack;
1611: Print_Time('After CZ_PUB.Generate_Config_Trees:'||x_return_status);
1612:
1613: IF x_return_status = FND_API.G_RET_STS_ERROR THEN
1614: IF l_debug_level >0 THEN

Line 1850: OE_MSG_PUB.Count_And_Get

1846: END IF;
1847:
1848: END IF; --if l_config_mode = a
1849:
1850: OE_MSG_PUB.Count_And_Get
1851: ( p_count => x_msg_count
1852: ,p_data => x_msg_data );
1853:
1854: Print_Time ('Exiting OE_CONFIG_TSO_PVT.populate_tso_order_lines...');

Line 1865: OE_MSG_PUB.Count_And_Get

1861: ||sqlerrm, 2);
1862: END IF;
1863:
1864: oe_debug_pub.add('RMV: 2 Msg count:'||x_msg_count);
1865: OE_MSG_PUB.Count_And_Get
1866: ( p_count => x_msg_count
1867: ,p_data => x_msg_data );
1868: x_return_status := FND_API.G_RET_STS_ERROR;
1869:

Line 1876: x_msg_count := OE_MSG_PUB.COUNT_MSG;

1872: OE_DEBUG_PUB.Add('Unexpected Error in populate_tso_order_lines'
1873: ||sqlerrm, 1);
1874: END IF;
1875:
1876: x_msg_count := OE_MSG_PUB.COUNT_MSG;
1877: IF l_debug_level > 0 THEN
1878: oe_debug_pub.add('RMV: 3 Msg count:'||x_msg_count);
1879: END IF;
1880:

Line 1881: OE_MSG_PUB.Count_And_Get

1877: IF l_debug_level > 0 THEN
1878: oe_debug_pub.add('RMV: 3 Msg count:'||x_msg_count);
1879: END IF;
1880:
1881: OE_MSG_PUB.Count_And_Get
1882: ( p_count => x_msg_count
1883: ,p_data => x_msg_data );
1884: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1885:

Line 1893: x_msg_count := OE_MSG_PUB.COUNT_MSG;

1889: IF l_debug_level > 0 THEN
1890: oe_debug_pub.add('RMV: 4 Msg count: '|| sqlerrm );
1891: END IF;
1892:
1893: x_msg_count := OE_MSG_PUB.COUNT_MSG;
1894: FOR I in 1..x_msg_count LOOP
1895: x_msg_data := OE_MSG_PUB.Get(I,'F');
1896: IF l_debug_level > 0 THEN
1897: oe_debug_pub.add('Messages from Configurator...');

Line 1895: x_msg_data := OE_MSG_PUB.Get(I,'F');

1891: END IF;
1892:
1893: x_msg_count := OE_MSG_PUB.COUNT_MSG;
1894: FOR I in 1..x_msg_count LOOP
1895: x_msg_data := OE_MSG_PUB.Get(I,'F');
1896: IF l_debug_level > 0 THEN
1897: oe_debug_pub.add('Messages from Configurator...');
1898: END IF;
1899: END LOOP;

Line 1901: OE_MSG_PUB.Count_And_Get

1897: oe_debug_pub.add('Messages from Configurator...');
1898: END IF;
1899: END LOOP;
1900:
1901: OE_MSG_PUB.Count_And_Get
1902: ( p_count => x_msg_count
1903: ,p_data => x_msg_data );
1904:
1905: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN

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

1901: OE_MSG_PUB.Count_And_Get
1902: ( p_count => x_msg_count
1903: ,p_data => x_msg_data );
1904:
1905: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
1906: OE_MSG_PUB.Add_Exc_Msg
1907: ( G_PKG_NAME
1908: ,'populate_tso_order_lines'
1909: );

Line 1906: OE_MSG_PUB.Add_Exc_Msg

1902: ( p_count => x_msg_count
1903: ,p_data => x_msg_data );
1904:
1905: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
1906: OE_MSG_PUB.Add_Exc_Msg
1907: ( G_PKG_NAME
1908: ,'populate_tso_order_lines'
1909: );
1910: END IF;

Line 2225: oe_msg_pub.count_and_get

2221:
2222: END IF;
2223: -- Get message count and data
2224:
2225: oe_msg_pub.count_and_get
2226: ( p_count => x_msg_count
2227: , p_data => x_msg_data);
2228:
2229: IF l_debug_level > 0 THEN

Line 2244: oe_msg_pub.count_and_get

2240: END IF;
2241: EXCEPTION
2242:
2243: WHEN FND_API.G_EXC_ERROR THEN
2244: oe_msg_pub.count_and_get
2245: ( p_count => x_msg_count
2246: , p_data => x_msg_data);
2247:
2248: IF l_debug_level > 0 THEN

Line 2255: oe_msg_pub.count_and_get

2251: END IF;
2252: x_return_status := FND_API.G_RET_STS_ERROR;
2253:
2254: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
2255: oe_msg_pub.count_and_get
2256: ( p_count => x_msg_count
2257: , p_data => x_msg_data);
2258:
2259: IF l_debug_level > 0 THEN

Line 2266: oe_msg_pub.count_and_get

2262: END IF;
2263: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
2264:
2265: WHEN OTHERS THEN
2266: oe_msg_pub.count_and_get
2267: ( p_count => x_msg_count
2268: , p_data => x_msg_data);
2269:
2270: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;

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

2271: IF l_debug_level > 0 THEN
2272: OE_DEBUG_PUB.Add('Other error in Process_MACD_Order:'
2273: ||sqlerrm,1);
2274: END IF;
2275: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
2276: OE_MSG_PUB.Add_Exc_Msg
2277: ( G_PKG_NAME
2278: ,'Process_MACD_Order' );
2279: END IF;

Line 2276: OE_MSG_PUB.Add_Exc_Msg

2272: OE_DEBUG_PUB.Add('Other error in Process_MACD_Order:'
2273: ||sqlerrm,1);
2274: END IF;
2275: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
2276: OE_MSG_PUB.Add_Exc_Msg
2277: ( G_PKG_NAME
2278: ,'Process_MACD_Order' );
2279: END IF;
2280:

Line 2345: OE_MSG_PUB.Count_And_Get

2341:
2342: -- Get message count and data
2343:
2344:
2345: OE_MSG_PUB.Count_And_Get
2346: ( p_count => x_msg_count
2347: , p_data => x_msg_data);
2348:
2349: EXCEPTION

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

2367: IF l_debug_level > 0 THEN
2368: OE_DEBUG_PUB.Add('Other error in Create_Header:'
2369: ||sqlerrm,1);
2370: END IF;
2371: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
2372: OE_MSG_PUB.Add_Exc_Msg
2373: ( G_PKG_NAME
2374: ,'Create_Header' );
2375: END IF;

Line 2372: OE_MSG_PUB.Add_Exc_Msg

2368: OE_DEBUG_PUB.Add('Other error in Create_Header:'
2369: ||sqlerrm,1);
2370: END IF;
2371: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
2372: OE_MSG_PUB.Add_Exc_Msg
2373: ( G_PKG_NAME
2374: ,'Create_Header' );
2375: END IF;
2376:

Line 2536: OE_MSG_PUB.Count_And_Get

2532: END IF; -- L_no_parent_instance.
2533:
2534: -- Get message count and data
2535: oe_debug_pub.add('Before exiting Create_TSO_Order_Lines' || x_return_status,2);
2536: OE_MSG_PUB.Count_And_Get
2537: ( p_count => x_msg_count
2538: , p_data => x_msg_data
2539: );
2540:

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

2559: IF l_debug_level > 0 THEN
2560: OE_DEBUG_PUB.Add('Other error in Create_TSO_Order_Lines:'
2561: ||sqlerrm,1);
2562: END IF;
2563: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
2564: OE_MSG_PUB.Add_Exc_Msg
2565: ( G_PKG_NAME
2566: ,'Create_TSO_Order_Lines' );
2567: END IF;

Line 2564: OE_MSG_PUB.Add_Exc_Msg

2560: OE_DEBUG_PUB.Add('Other error in Create_TSO_Order_Lines:'
2561: ||sqlerrm,1);
2562: END IF;
2563: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
2564: OE_MSG_PUB.Add_Exc_Msg
2565: ( G_PKG_NAME
2566: ,'Create_TSO_Order_Lines' );
2567: END IF;
2568: END Create_TSO_Order_Lines;

Line 2794: OE_MSG_PUB.Transfer_Msg_Stack;

2790: ,x_return_status => x_return_status
2791: ,x_msg_count => x_msg_count
2792: ,x_msg_data => x_msg_data);
2793:
2794: OE_MSG_PUB.Transfer_Msg_Stack;
2795: oe_debug_pub.add('After calling CZ_CF_API.VALIDATE: ' || x_return_status,2);
2796: oe_debug_pub.add('x_msg_data: ' || x_msg_data,2);
2797:
2798: IF x_return_status = FND_API.G_RET_STS_UNEXP_ERROR THEN

Line 3208: OE_MSG_PUB.Count_And_Get

3204:
3205:
3206: -- Get message count and data
3207:
3208: OE_MSG_PUB.Count_And_Get
3209: ( p_count => x_msg_count
3210: , p_data => x_msg_data
3211: );
3212: Oe_debug_pub.add('Before exiting populate macd action : ' || x_return_status,1);

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

3230: IF l_debug_level > 0 THEN
3231: OE_DEBUG_PUB.Add('Other error in Populate_macd_action:'
3232: ||sqlerrm,1);
3233: END IF;
3234: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
3235: OE_MSG_PUB.Add_Exc_Msg
3236: ( G_PKG_NAME
3237: ,'Populate_macd_action' );
3238: END IF;

Line 3235: OE_MSG_PUB.Add_Exc_Msg

3231: OE_DEBUG_PUB.Add('Other error in Populate_macd_action:'
3232: ||sqlerrm,1);
3233: END IF;
3234: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
3235: OE_MSG_PUB.Add_Exc_Msg
3236: ( G_PKG_NAME
3237: ,'Populate_macd_action' );
3238: END IF;
3239:

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

3330: IF l_debug_level > 0 THEN
3331: OE_DEBUG_PUB.Add('Other error in IS_Container_Present::'
3332: ||sqlerrm,1);
3333: END IF;
3334: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
3335: OE_MSG_PUB.Add_Exc_Msg
3336: ( G_PKG_NAME
3337: ,'Validate Action' );
3338: END IF;

Line 3335: OE_MSG_PUB.Add_Exc_Msg

3331: OE_DEBUG_PUB.Add('Other error in IS_Container_Present::'
3332: ||sqlerrm,1);
3333: END IF;
3334: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
3335: OE_MSG_PUB.Add_Exc_Msg
3336: ( G_PKG_NAME
3337: ,'Validate Action' );
3338: END IF;
3339:

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

3438: IF l_debug_level > 0 THEN
3439: OE_DEBUG_PUB.Add('Other error in validate_action:'
3440: ||sqlerrm,1);
3441: END IF;
3442: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
3443: OE_MSG_PUB.Add_Exc_Msg
3444: ( G_PKG_NAME
3445: ,'Validate Action' );
3446: END IF;

Line 3443: OE_MSG_PUB.Add_Exc_Msg

3439: OE_DEBUG_PUB.Add('Other error in validate_action:'
3440: ||sqlerrm,1);
3441: END IF;
3442: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
3443: OE_MSG_PUB.Add_Exc_Msg
3444: ( G_PKG_NAME
3445: ,'Validate Action' );
3446: END IF;
3447: END Validate_action;

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

3521: IF l_debug_level > 0 THEN
3522: OE_DEBUG_PUB.Add('Other error in validate_action:'
3523: ||sqlerrm,1);
3524: END IF;
3525: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
3526: OE_MSG_PUB.Add_Exc_Msg
3527: ( G_PKG_NAME
3528: ,'Validate_line_action' );
3529: END IF;

Line 3526: OE_MSG_PUB.Add_Exc_Msg

3522: OE_DEBUG_PUB.Add('Other error in validate_action:'
3523: ||sqlerrm,1);
3524: END IF;
3525: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
3526: OE_MSG_PUB.Add_Exc_Msg
3527: ( G_PKG_NAME
3528: ,'Validate_line_action' );
3529: END IF;
3530: END Validate_line_action;