DBA Data[Home] [Help]

APPS.OE_OE_FORM_HEADER dependencies on OE_MSG_PUB

Line 210: OE_MSG_PUB.Count_And_Get

206: x_return_status := FND_API.G_RET_STS_SUCCESS;
207:
208: -- Get message count and data
209:
210: OE_MSG_PUB.Count_And_Get
211: ( p_count => x_msg_count
212: , p_data => x_msg_data
213: );
214:

Line 227: OE_MSG_PUB.Count_And_Get

223: x_return_status := FND_API.G_RET_STS_ERROR;
224:
225: -- Get message count and data
226:
227: OE_MSG_PUB.Count_And_Get
228: ( p_count => x_msg_count
229: , p_data => x_msg_data
230: );
231:

Line 240: OE_MSG_PUB.Count_And_Get

236: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
237:
238: -- Get message count and data
239:
240: OE_MSG_PUB.Count_And_Get
241: ( p_count => x_msg_count
242: , p_data => x_msg_data
243: );
244:

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

247: OE_GLOBALS.G_UI_FLAG := FALSE;
248:
249: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
250:
251: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
252: THEN
253: OE_MSG_PUB.Add_Exc_Msg
254: ( G_PKG_NAME
255: , 'Default_Attributes'

Line 253: OE_MSG_PUB.Add_Exc_Msg

249: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
250:
251: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
252: THEN
253: OE_MSG_PUB.Add_Exc_Msg
254: ( G_PKG_NAME
255: , 'Default_Attributes'
256: );
257: END IF;

Line 261: OE_MSG_PUB.Count_And_Get

257: END IF;
258:
259: -- Get message count and data
260:
261: OE_MSG_PUB.Count_And_Get
262: ( p_count => x_msg_count
263: , p_data => x_msg_data
264: );
265:

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

713: ELSE
714:
715: -- Unexpected error, unrecognized attribute
716:
717: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
718: THEN
719: OE_MSG_PUB.Add_Exc_Msg
720: ( G_PKG_NAME
721: , 'Change_Attribute'

Line 719: OE_MSG_PUB.Add_Exc_Msg

715: -- Unexpected error, unrecognized attribute
716:
717: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
718: THEN
719: OE_MSG_PUB.Add_Exc_Msg
720: ( G_PKG_NAME
721: , 'Change_Attribute'
722: , 'Unrecognized attribute'
723: );

Line 812: OE_MSG_PUB.Count_And_Get

808: x_return_status := FND_API.G_RET_STS_SUCCESS;
809:
810: -- Get message count and data
811:
812: OE_MSG_PUB.Count_And_Get
813: ( p_count => x_msg_count
814: , p_data => x_msg_data
815: );
816:

Line 829: OE_MSG_PUB.Count_And_Get

825: x_return_status := FND_API.G_RET_STS_ERROR;
826:
827: -- Get message count and data
828:
829: OE_MSG_PUB.Count_And_Get
830: ( p_count => x_msg_count
831: , p_data => x_msg_data
832: );
833:

Line 842: OE_MSG_PUB.Count_And_Get

838: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
839:
840: -- Get message count and data
841:
842: OE_MSG_PUB.Count_And_Get
843: ( p_count => x_msg_count
844: , p_data => x_msg_data
845: );
846:

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

849: OE_GLOBALS.G_UI_FLAG := FALSE;
850:
851: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
852:
853: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
854: THEN
855: OE_MSG_PUB.Add_Exc_Msg
856: ( G_PKG_NAME
857: , 'Change_Attribute'

Line 855: OE_MSG_PUB.Add_Exc_Msg

851: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
852:
853: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
854: THEN
855: OE_MSG_PUB.Add_Exc_Msg
856: ( G_PKG_NAME
857: , 'Change_Attribute'
858: );
859: END IF;

Line 863: OE_MSG_PUB.Count_And_Get

859: END IF;
860:
861: -- Get message count and data
862:
863: OE_MSG_PUB.Count_And_Get
864: ( p_count => x_msg_count
865: , p_data => x_msg_data
866: );
867:

Line 1048: OE_MSG_PUB.Count_And_Get

1044: x_return_status := FND_API.G_RET_STS_SUCCESS;
1045:
1046: -- Get message count and data
1047:
1048: OE_MSG_PUB.Count_And_Get
1049: ( p_count => x_msg_count
1050: , p_data => x_msg_data
1051: );
1052:

Line 1067: OE_MSG_PUB.Count_And_Get

1063: x_return_status := FND_API.G_RET_STS_ERROR;
1064:
1065: -- Get message count and data
1066:
1067: OE_MSG_PUB.Count_And_Get
1068: ( p_count => x_msg_count
1069: , p_data => x_msg_data
1070: );
1071:

Line 1082: OE_MSG_PUB.Count_And_Get

1078: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1079:
1080: -- Get message count and data
1081:
1082: OE_MSG_PUB.Count_And_Get
1083: ( p_count => x_msg_count
1084: , p_data => x_msg_data
1085: );
1086:

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

1091: ROLLBACK TO SAVEPOINT Header_Validate_And_Write;
1092:
1093: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1094:
1095: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1096: THEN
1097: OE_MSG_PUB.Add_Exc_Msg
1098: ( G_PKG_NAME
1099: , 'Validate_And_Write'

Line 1097: OE_MSG_PUB.Add_Exc_Msg

1093: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1094:
1095: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1096: THEN
1097: OE_MSG_PUB.Add_Exc_Msg
1098: ( G_PKG_NAME
1099: , 'Validate_And_Write'
1100: );
1101: END IF;

Line 1105: OE_MSG_PUB.Count_And_Get

1101: END IF;
1102:
1103: -- Get message count and data
1104:
1105: OE_MSG_PUB.Count_And_Get
1106: ( p_count => x_msg_count
1107: , p_data => x_msg_data
1108: );
1109:

Line 1193: OE_MSG_PUB.Count_And_Get

1189: x_return_status := FND_API.G_RET_STS_SUCCESS;
1190:
1191: -- Get message count and data
1192:
1193: OE_MSG_PUB.Count_And_Get
1194: ( p_count => x_msg_count
1195: , p_data => x_msg_data
1196: );
1197:

Line 1210: OE_MSG_PUB.Count_And_Get

1206: x_return_status := FND_API.G_RET_STS_ERROR;
1207:
1208: -- Get message count and data
1209:
1210: OE_MSG_PUB.Count_And_Get
1211: ( p_count => x_msg_count
1212: , p_data => x_msg_data
1213: );
1214:

Line 1224: OE_MSG_PUB.Count_And_Get

1220: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1221:
1222: -- Get message count and data
1223:
1224: OE_MSG_PUB.Count_And_Get
1225: ( p_count => x_msg_count
1226: , p_data => x_msg_data
1227: );
1228:

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

1232: OE_GLOBALS.G_UI_FLAG := FALSE;
1233:
1234: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1235:
1236: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1237: THEN
1238: OE_MSG_PUB.Add_Exc_Msg
1239: ( G_PKG_NAME
1240: , 'Delete_Row'

Line 1238: OE_MSG_PUB.Add_Exc_Msg

1234: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1235:
1236: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1237: THEN
1238: OE_MSG_PUB.Add_Exc_Msg
1239: ( G_PKG_NAME
1240: , 'Delete_Row'
1241: );
1242: END IF;

Line 1246: OE_MSG_PUB.Count_And_Get

1242: END IF;
1243:
1244: -- Get message count and data
1245:
1246: OE_MSG_PUB.Count_And_Get
1247: ( p_count => x_msg_count
1248: , p_data => x_msg_data
1249: );
1250:

Line 1296: OE_MSG_PUB.Count_And_Get

1292: x_return_status := FND_API.G_RET_STS_SUCCESS;
1293:
1294: -- Get message count and data
1295:
1296: OE_MSG_PUB.Count_And_Get
1297: ( p_count => x_msg_count
1298: , p_data => x_msg_data
1299: );
1300:

Line 1313: OE_MSG_PUB.Count_And_Get

1309: x_return_status := FND_API.G_RET_STS_ERROR;
1310:
1311: -- Get message count and data
1312:
1313: OE_MSG_PUB.Count_And_Get
1314: ( p_count => x_msg_count
1315: , p_data => x_msg_data
1316: );
1317:

Line 1326: OE_MSG_PUB.Count_And_Get

1322: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1323:
1324: -- Get message count and data
1325:
1326: OE_MSG_PUB.Count_And_Get
1327: ( p_count => x_msg_count
1328: , p_data => x_msg_data
1329: );
1330:

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

1333: OE_GLOBALS.G_UI_FLAG := FALSE;
1334:
1335: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1336:
1337: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1338: THEN
1339: OE_MSG_PUB.Add_Exc_Msg
1340: ( G_PKG_NAME
1341: , 'Process_Entity'

Line 1339: OE_MSG_PUB.Add_Exc_Msg

1335: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1336:
1337: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1338: THEN
1339: OE_MSG_PUB.Add_Exc_Msg
1340: ( G_PKG_NAME
1341: , 'Process_Entity'
1342: );
1343: END IF;

Line 1347: OE_MSG_PUB.Count_And_Get

1343: END IF;
1344:
1345: -- Get message count and data
1346:
1347: OE_MSG_PUB.Count_And_Get
1348: ( p_count => x_msg_count
1349: , p_data => x_msg_data
1350: );
1351:

Line 1370: OE_MSG_PUB.initialize;

1366: l_line_tbl oe_order_pub.line_tbl_type;
1367: BEGIN
1368: oe_debug_pub.add('Entering OE_OE_FORM_HEADER.PROCESS_OBJECT', 1);
1369:
1370: OE_MSG_PUB.initialize;
1371:
1372: IF OE_CODE_CONTROL.GET_CODE_RELEASE_LEVEL >='110510' THEN
1373: If OE_GLOBALS.G_FTE_REINVOKE = 'Y' Then
1374: fnd_message.set_name('ONT','ONT_LINE_ATTRIB_CHANGED');

Line 1375: OE_MSG_PUB.Add;

1371:
1372: IF OE_CODE_CONTROL.GET_CODE_RELEASE_LEVEL >='110510' THEN
1373: If OE_GLOBALS.G_FTE_REINVOKE = 'Y' Then
1374: fnd_message.set_name('ONT','ONT_LINE_ATTRIB_CHANGED');
1375: OE_MSG_PUB.Add;
1376: OE_GLOBALS.G_FTE_REINVOKE := 'N';
1377: End If;
1378: End If;
1379:

Line 1439: OE_MSG_PUB.Count_And_Get

1435: x_return_status := FND_API.G_RET_STS_SUCCESS;
1436:
1437: -- Get message count and data
1438:
1439: OE_MSG_PUB.Count_And_Get
1440: ( p_count => x_msg_count
1441: , p_data => x_msg_data
1442: );
1443:

Line 1459: OE_MSG_PUB.Count_And_Get

1455: x_return_status := FND_API.G_RET_STS_ERROR;
1456:
1457: -- Get message count and data
1458:
1459: OE_MSG_PUB.Count_And_Get
1460: ( p_count => x_msg_count
1461: , p_data => x_msg_data
1462: );
1463:

Line 1472: OE_MSG_PUB.Count_And_Get

1468: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1469:
1470: -- Get message count and data
1471:
1472: OE_MSG_PUB.Count_And_Get
1473: ( p_count => x_msg_count
1474: , p_data => x_msg_data
1475: );
1476:

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

1479: OE_GLOBALS.G_UI_FLAG := FALSE;
1480:
1481: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1482:
1483: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1484: THEN
1485: OE_MSG_PUB.Add_Exc_Msg
1486: ( G_PKG_NAME
1487: , 'Process_Object'

Line 1485: OE_MSG_PUB.Add_Exc_Msg

1481: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1482:
1483: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1484: THEN
1485: OE_MSG_PUB.Add_Exc_Msg
1486: ( G_PKG_NAME
1487: , 'Process_Object'
1488: );
1489: END IF;

Line 1493: OE_MSG_PUB.Count_And_Get

1489: END IF;
1490:
1491: -- Get message count and data
1492:
1493: OE_MSG_PUB.Count_And_Get
1494: ( p_count => x_msg_count
1495: , p_data => x_msg_data
1496: );
1497:

Line 1528: OE_MSG_PUB.initialize;

1524: -- Call OE_Header_Util.Lock_Row instead of Oe_Order_Pvt.Lock_order
1525:
1526: oe_debug_pub.add('header_id'|| l_x_header_rec.header_id, 1);
1527:
1528: OE_MSG_PUB.initialize;
1529: OE_Header_Util.Lock_Row
1530: ( x_return_status => l_return_status
1531: , p_x_header_rec => l_x_header_rec );
1532:

Line 1558: OE_MSG_PUB.Count_And_Get

1554:
1555:
1556: -- Get message count and data
1557:
1558: OE_MSG_PUB.Count_And_Get
1559: ( p_count => x_msg_count
1560: , p_data => x_msg_data
1561: );
1562:

Line 1574: oe_msg_pub.count_and_get

1570: x_return_status := FND_API.G_RET_STS_ERROR;
1571:
1572: -- Get message count and data
1573:
1574: oe_msg_pub.count_and_get
1575: ( p_count => x_msg_count
1576: , p_data => x_msg_data
1577: );
1578:

Line 1587: oe_msg_pub.count_and_get

1583: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1584:
1585: -- Get message count and data
1586:
1587: oe_msg_pub.count_and_get
1588: ( p_count => x_msg_count
1589: , p_data => x_msg_data
1590: );
1591: WHEN OTHERS THEN

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

1589: , p_data => x_msg_data
1590: );
1591: WHEN OTHERS THEN
1592:
1593: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1594: THEN
1595: OE_MSG_PUB.Add_Exc_Msg
1596: ( G_PKG_NAME
1597: , 'Lock_Row'

Line 1595: OE_MSG_PUB.Add_Exc_Msg

1591: WHEN OTHERS THEN
1592:
1593: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1594: THEN
1595: OE_MSG_PUB.Add_Exc_Msg
1596: ( G_PKG_NAME
1597: , 'Lock_Row'
1598: );
1599: END IF;

Line 1605: OE_MSG_PUB.Count_And_Get

1601: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1602:
1603: -- Get message count and data
1604:
1605: OE_MSG_PUB.Count_And_Get
1606: ( p_count => x_msg_count
1607: , p_data => x_msg_data
1608: );
1609:

Line 1704: OE_MSG_PUB.initialize;

1700: IS
1701: l_header_id NUMBER;
1702: l_return_status Varchar2(30);
1703: BEGIN
1704: OE_MSG_PUB.initialize;
1705: x_return_status := FND_API.G_RET_STS_SUCCESS;
1706:
1707:
1708: OE_ORDER_CACHE.g_header_rec:=null;

Line 1714: OE_MSG_PUB.Count_And_Get

1710: p_entity_code => OE_GLOBALS.G_ENTITY_HEADER
1711: ,p_entity_id => p_header_id
1712: ,x_return_status => l_return_status);
1713:
1714: OE_MSG_PUB.Count_And_Get
1715: ( p_count => x_msg_count
1716: , p_data => x_msg_data
1717: );
1718:

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

1730: OE_GLOBALS.G_HEADER_CREATED := FALSE;
1731: OE_ORDER_UTIL.Clear_Global_Picture(l_return_status);
1732: EXCEPTION
1733: WHEN OTHERS THEN
1734: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1735: THEN
1736: OE_MSG_PUB.Add_Exc_Msg
1737: ( G_PKG_NAME
1738: , 'Clear_Record'

Line 1736: OE_MSG_PUB.Add_Exc_Msg

1732: EXCEPTION
1733: WHEN OTHERS THEN
1734: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1735: THEN
1736: OE_MSG_PUB.Add_Exc_Msg
1737: ( G_PKG_NAME
1738: , 'Clear_Record'
1739: );
1740: END IF;

Line 1742: OE_MSG_PUB.Count_And_Get

1738: , 'Clear_Record'
1739: );
1740: END IF;
1741: -- Get message count and data
1742: OE_MSG_PUB.Count_And_Get
1743: ( p_count => x_msg_count
1744: , p_data => x_msg_data
1745: );
1746: x_return_status := FND_API.G_RET_STS_ERROR;

Line 1761: OE_MSG_PUB.initialize;

1757: )
1758: IS
1759: l_return_status Varchar2(30);
1760: BEGIN
1761: OE_MSG_PUB.initialize;
1762: x_return_status := FND_API.G_RET_STS_SUCCESS;
1763: OE_DELAYED_REQUESTS_PVT.Clear_Request(
1764: x_return_status => l_return_status);
1765:

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

1764: x_return_status => l_return_status);
1765:
1766: EXCEPTION
1767: WHEN OTHERS THEN
1768: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1769: THEN
1770: OE_MSG_PUB.Add_Exc_Msg
1771: ( G_PKG_NAME
1772: , 'Delete_All_Requests'

Line 1770: OE_MSG_PUB.Add_Exc_Msg

1766: EXCEPTION
1767: WHEN OTHERS THEN
1768: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1769: THEN
1770: OE_MSG_PUB.Add_Exc_Msg
1771: ( G_PKG_NAME
1772: , 'Delete_All_Requests'
1773: );
1774: END IF;

Line 1776: OE_MSG_PUB.Count_And_Get

1772: , 'Delete_All_Requests'
1773: );
1774: END IF;
1775: -- Get message count and data
1776: OE_MSG_PUB.Count_And_Get
1777: ( p_count => x_msg_count
1778: , p_data => x_msg_data
1779: );
1780: x_return_status := FND_API.G_RET_STS_ERROR;

Line 1807: OE_MSG_PUB.initialize;

1803: Begin
1804:
1805: oe_debug_pub.add('Entering OE_OE_FORM_HEADER.SALES_PERSON', 1);
1806:
1807: OE_MSG_PUB.initialize;
1808: x_return_status := FND_API.G_RET_STS_SUCCESS;
1809: p_multiple_sales_credits := 'N';
1810: open C_HSC_COUNT(p_header_id);
1811: fetch C_HSC_COUNT into l_count;

Line 1816: OE_MSG_PUB.Add;

1812: close C_HSC_COUNT;
1813: if l_count > 1 then
1814: p_multiple_sales_credits := 'Y';
1815: FND_MESSAGE.SET_NAME('ONT','OE_TOO_MANY_HSCREDIT');
1816: OE_MSG_PUB.Add;
1817: RAISE FND_API.G_EXC_ERROR;
1818: end if;
1819: -- add delayed request to default headers sales credits for the salesrep
1820: OE_Delayed_Requests_Pvt.Log_Request

Line 1846: OE_MSG_PUB.Count_And_Get

1842: x_return_status := FND_API.G_RET_STS_ERROR;
1843:
1844: -- Get message count and data
1845:
1846: OE_MSG_PUB.Count_And_Get
1847: ( p_count => x_msg_count
1848: , p_data => x_msg_data
1849: );
1850:

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

1850:
1851:
1852: WHEN OTHERS THEN
1853:
1854: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1855: THEN
1856: OE_MSG_PUB.Add_Exc_Msg
1857: ( G_PKG_NAME
1858: , 'Sales_Person'

Line 1856: OE_MSG_PUB.Add_Exc_Msg

1852: WHEN OTHERS THEN
1853:
1854: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1855: THEN
1856: OE_MSG_PUB.Add_Exc_Msg
1857: ( G_PKG_NAME
1858: , 'Sales_Person'
1859: );
1860: END IF;

Line 1864: OE_MSG_PUB.Count_And_Get

1860: END IF;
1861:
1862: -- Get message count and data
1863:
1864: OE_MSG_PUB.Count_And_Get
1865: ( p_count => x_msg_count
1866: , p_data => x_msg_data
1867: );
1868:

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

1890:
1891: EXCEPTION
1892: WHEN OTHERS THEN
1893: oe_debug_pub.add('In when others exception : OE_OE_FORM_HEADER.GET_FORM_STARTUP_VALUES', 1);
1894: IF OE_MSG_PUB.Check_Msg_Level (OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1895: THEN
1896: OE_MSG_PUB.Add_Exc_Msg
1897: ( G_PKG_NAME ,
1898: 'Get_Form_Startup_Values'

Line 1896: OE_MSG_PUB.Add_Exc_Msg

1892: WHEN OTHERS THEN
1893: oe_debug_pub.add('In when others exception : OE_OE_FORM_HEADER.GET_FORM_STARTUP_VALUES', 1);
1894: IF OE_MSG_PUB.Check_Msg_Level (OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1895: THEN
1896: OE_MSG_PUB.Add_Exc_Msg
1897: ( G_PKG_NAME ,
1898: 'Get_Form_Startup_Values'
1899: );
1900: END IF;

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

2746: RETURN NULL;
2747:
2748: WHEN OTHERS THEN
2749:
2750: IF OE_MSG_PUB.Check_Msg_Level (OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
2751: THEN
2752: OE_MSG_PUB.Add_Exc_Msg
2753: ( G_PKG_NAME ,
2754: 'Load_Set_Of_Books'

Line 2752: OE_MSG_PUB.Add_Exc_Msg

2748: WHEN OTHERS THEN
2749:
2750: IF OE_MSG_PUB.Check_Msg_Level (OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
2751: THEN
2752: OE_MSG_PUB.Add_Exc_Msg
2753: ( G_PKG_NAME ,
2754: 'Load_Set_Of_Books'
2755: );
2756: END IF;

Line 3321: OE_MSG_PUB.Count_And_Get

3317:
3318: -- Get message count and data
3319: -- Commenting out for now not to display the same messages multiple times
3320: /*
3321: OE_MSG_PUB.Count_And_Get
3322: ( p_count => x_msg_count
3323: , p_data => x_msg_data
3324: ); */
3325:

Line 3337: OE_MSG_PUB.Count_And_Get

3333: x_return_status := FND_API.G_RET_STS_ERROR;
3334:
3335: -- Get message count and data
3336:
3337: OE_MSG_PUB.Count_And_Get
3338: ( p_count => x_msg_count
3339: , p_data => x_msg_data
3340: );
3341:

Line 3351: OE_MSG_PUB.Count_And_Get

3347: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
3348:
3349: -- Get message count and data
3350:
3351: OE_MSG_PUB.Count_And_Get
3352: ( p_count => x_msg_count
3353: , p_data => x_msg_data
3354: );
3355:

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

3359: OE_GLOBALS.G_UI_FLAG := FALSE;
3360:
3361: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
3362:
3363: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
3364: THEN
3365: OE_MSG_PUB.Add_Exc_Msg
3366: ( G_PKG_NAME
3367: , 'CASCADE_HEADER_ATTRIBUTES'

Line 3365: OE_MSG_PUB.Add_Exc_Msg

3361: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
3362:
3363: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
3364: THEN
3365: OE_MSG_PUB.Add_Exc_Msg
3366: ( G_PKG_NAME
3367: , 'CASCADE_HEADER_ATTRIBUTES'
3368: );
3369: END IF;

Line 3373: OE_MSG_PUB.Count_And_Get

3369: END IF;
3370:
3371: -- Get message count and data
3372:
3373: OE_MSG_PUB.Count_And_Get
3374: ( p_count => x_msg_count
3375: , p_data => x_msg_data
3376: );
3377:

Line 3522: OE_MSG_PUB.Count_And_Get

3518: ROLLBACK;
3519: x_return_status := FND_API.G_RET_STS_ERROR;
3520:
3521: -- Get message count and data
3522: OE_MSG_PUB.Count_And_Get
3523: ( p_count => x_msg_count
3524: , p_data => x_msg_data
3525: );
3526:

Line 3533: OE_MSG_PUB.Count_And_Get

3529: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
3530: ROLLBACK;
3531:
3532: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
3533: OE_MSG_PUB.Count_And_Get
3534: ( p_count => x_msg_count
3535: , p_data => x_msg_data
3536: );
3537:

Line 3543: OE_MSG_PUB.Count_And_Get

3539: WHEN OTHERS THEN
3540: ROLLBACK;
3541:
3542: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
3543: OE_MSG_PUB.Count_And_Get
3544: ( p_count => x_msg_count
3545: , p_data => x_msg_data
3546: );
3547:

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

3970: ELSE
3971:
3972: -- Unexpected error, unrecognized attribute
3973:
3974: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
3975: THEN
3976: OE_MSG_PUB.Add_Exc_Msg
3977: ( G_PKG_NAME
3978: , 'Change_Attribute'

Line 3976: OE_MSG_PUB.Add_Exc_Msg

3972: -- Unexpected error, unrecognized attribute
3973:
3974: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
3975: THEN
3976: OE_MSG_PUB.Add_Exc_Msg
3977: ( G_PKG_NAME
3978: , 'Change_Attribute'
3979: , 'Unrecognized attribute'
3980: );

Line 3988: IF oe_msg_pub.Check_Msg_Level(oe_msg_pub.G_MSG_LVL_UNEXP_ERROR)

3984:
3985: END IF;
3986: EXCEPTION
3987: WHEN OTHERS THEN
3988: IF oe_msg_pub.Check_Msg_Level(oe_msg_pub.G_MSG_LVL_UNEXP_ERROR)
3989: THEN
3990: oe_msg_pub.Add_Exc_Msg
3991: ( G_PKG_NAME
3992: , 'Copy_Attribute_To_Rec'

Line 3990: oe_msg_pub.Add_Exc_Msg

3986: EXCEPTION
3987: WHEN OTHERS THEN
3988: IF oe_msg_pub.Check_Msg_Level(oe_msg_pub.G_MSG_LVL_UNEXP_ERROR)
3989: THEN
3990: oe_msg_pub.Add_Exc_Msg
3991: ( G_PKG_NAME
3992: , 'Copy_Attribute_To_Rec'
3993: );
3994: END IF;

Line 4351: oe_msg_pub.count_and_get

4347: x_return_status := FND_API.G_RET_STS_ERROR;
4348: WHEN OTHERS THEN
4349: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
4350:
4351: oe_msg_pub.count_and_get
4352: ( p_count => x_msg_count
4353: , p_data => x_msg_data);
4354:
4355: IF l_debug_level > 0 THEN