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 1068: OE_MSG_PUB.Count_And_Get

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

Line 1083: OE_MSG_PUB.Count_And_Get

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

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

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

Line 1098: OE_MSG_PUB.Add_Exc_Msg

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

Line 1106: OE_MSG_PUB.Count_And_Get

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

Line 1194: OE_MSG_PUB.Count_And_Get

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

Line 1211: OE_MSG_PUB.Count_And_Get

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

Line 1225: OE_MSG_PUB.Count_And_Get

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

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

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

Line 1239: OE_MSG_PUB.Add_Exc_Msg

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

Line 1247: OE_MSG_PUB.Count_And_Get

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

Line 1297: OE_MSG_PUB.Count_And_Get

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

Line 1314: OE_MSG_PUB.Count_And_Get

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

Line 1327: OE_MSG_PUB.Count_And_Get

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

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

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

Line 1340: OE_MSG_PUB.Add_Exc_Msg

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

Line 1348: OE_MSG_PUB.Count_And_Get

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

Line 1371: OE_MSG_PUB.initialize;

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

Line 1376: OE_MSG_PUB.Add;

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

Line 1440: OE_MSG_PUB.Count_And_Get

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

Line 1460: OE_MSG_PUB.Count_And_Get

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

Line 1473: OE_MSG_PUB.Count_And_Get

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

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

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

Line 1486: OE_MSG_PUB.Add_Exc_Msg

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

Line 1494: OE_MSG_PUB.Count_And_Get

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

Line 1529: OE_MSG_PUB.initialize;

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

Line 1559: OE_MSG_PUB.Count_And_Get

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

Line 1575: oe_msg_pub.count_and_get

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

Line 1588: oe_msg_pub.count_and_get

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

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

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

Line 1596: OE_MSG_PUB.Add_Exc_Msg

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

Line 1606: OE_MSG_PUB.Count_And_Get

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

Line 1705: OE_MSG_PUB.initialize;

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

Line 1715: OE_MSG_PUB.Count_And_Get

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

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

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

Line 1737: OE_MSG_PUB.Add_Exc_Msg

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

Line 1743: OE_MSG_PUB.Count_And_Get

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

Line 1762: OE_MSG_PUB.initialize;

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

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

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

Line 1771: OE_MSG_PUB.Add_Exc_Msg

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

Line 1777: OE_MSG_PUB.Count_And_Get

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

Line 1808: OE_MSG_PUB.initialize;

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

Line 1817: OE_MSG_PUB.Add;

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

Line 1847: OE_MSG_PUB.Count_And_Get

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

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

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

Line 1857: OE_MSG_PUB.Add_Exc_Msg

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

Line 1865: OE_MSG_PUB.Count_And_Get

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

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

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

Line 1897: OE_MSG_PUB.Add_Exc_Msg

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

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

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

Line 2753: OE_MSG_PUB.Add_Exc_Msg

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

Line 3324: OE_MSG_PUB.Count_And_Get

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

Line 3340: OE_MSG_PUB.Count_And_Get

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

Line 3354: OE_MSG_PUB.Count_And_Get

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

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

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

Line 3368: OE_MSG_PUB.Add_Exc_Msg

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

Line 3376: OE_MSG_PUB.Count_And_Get

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

Line 3525: OE_MSG_PUB.Count_And_Get

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

Line 3536: OE_MSG_PUB.Count_And_Get

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

Line 3546: OE_MSG_PUB.Count_And_Get

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

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

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

Line 3979: OE_MSG_PUB.Add_Exc_Msg

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

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

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

Line 3993: oe_msg_pub.Add_Exc_Msg

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

Line 4354: oe_msg_pub.count_and_get

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