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 1611: OE_MSG_PUB.Transfer_Msg_Stack;

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

Line 1851: OE_MSG_PUB.Count_And_Get

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

Line 1866: OE_MSG_PUB.Count_And_Get

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

Line 1877: x_msg_count := OE_MSG_PUB.COUNT_MSG;

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

Line 1882: OE_MSG_PUB.Count_And_Get

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

Line 1894: x_msg_count := OE_MSG_PUB.COUNT_MSG;

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

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

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

Line 1902: OE_MSG_PUB.Count_And_Get

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

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

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

Line 1907: OE_MSG_PUB.Add_Exc_Msg

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

Line 2226: oe_msg_pub.count_and_get

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

Line 2245: oe_msg_pub.count_and_get

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

Line 2256: oe_msg_pub.count_and_get

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

Line 2267: oe_msg_pub.count_and_get

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

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

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

Line 2277: OE_MSG_PUB.Add_Exc_Msg

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

Line 2346: OE_MSG_PUB.Count_And_Get

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

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

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

Line 2373: OE_MSG_PUB.Add_Exc_Msg

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

Line 2537: OE_MSG_PUB.Count_And_Get

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

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

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

Line 2565: OE_MSG_PUB.Add_Exc_Msg

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

Line 2795: OE_MSG_PUB.Transfer_Msg_Stack;

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

Line 3209: OE_MSG_PUB.Count_And_Get

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

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

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

Line 3236: OE_MSG_PUB.Add_Exc_Msg

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

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

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

Line 3336: OE_MSG_PUB.Add_Exc_Msg

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

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

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

Line 3444: OE_MSG_PUB.Add_Exc_Msg

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

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

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

Line 3527: OE_MSG_PUB.Add_Exc_Msg

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