DBA Data[Home] [Help]

APPS.QP_QP_FORM_MODIFIER_LIST dependencies on OE_MSG_PUB

Line 263: OE_MSG_PUB.Count_And_Get

259: x_return_status := FND_API.G_RET_STS_SUCCESS;
260:
261: -- Get message count and data
262:
263: OE_MSG_PUB.Count_And_Get
264: ( p_count => x_msg_count
265: , p_data => x_msg_data
266: );
267:

Line 277: OE_MSG_PUB.Count_And_Get

273: x_return_status := FND_API.G_RET_STS_ERROR;
274:
275: -- Get message count and data
276:
277: OE_MSG_PUB.Count_And_Get
278: ( p_count => x_msg_count
279: , p_data => x_msg_data
280: );
281:

Line 288: OE_MSG_PUB.Count_And_Get

284: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
285:
286: -- Get message count and data
287:
288: OE_MSG_PUB.Count_And_Get
289: ( p_count => x_msg_count
290: , p_data => x_msg_data
291: );
292:

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

293: WHEN OTHERS THEN
294:
295: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
296:
297: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
298: THEN
299: OE_MSG_PUB.Add_Exc_Msg
300: ( G_PKG_NAME
301: , 'Default_Attributes'

Line 299: OE_MSG_PUB.Add_Exc_Msg

295: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
296:
297: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
298: THEN
299: OE_MSG_PUB.Add_Exc_Msg
300: ( G_PKG_NAME
301: , 'Default_Attributes'
302: );
303: END IF;

Line 307: OE_MSG_PUB.Count_And_Get

303: END IF;
304:
305: -- Get message count and data
306:
307: OE_MSG_PUB.Count_And_Get
308: ( p_count => x_msg_count
309: , p_data => x_msg_data
310: );
311:

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

546:
547: OE_debug_Pub.add('else returned');
548: -- Unexpected error, unrecognized attribute
549:
550: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
551: THEN
552: OE_MSG_PUB.Add_Exc_Msg
553: ( G_PKG_NAME
554: , 'Change_Attribute'

Line 552: OE_MSG_PUB.Add_Exc_Msg

548: -- Unexpected error, unrecognized attribute
549:
550: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
551: THEN
552: OE_MSG_PUB.Add_Exc_Msg
553: ( G_PKG_NAME
554: , 'Change_Attribute'
555: , 'Unrecognized attribute'
556: );

Line 990: OE_MSG_PUB.Count_And_Get

986: x_return_status := FND_API.G_RET_STS_SUCCESS;
987:
988: -- Get message count and data
989:
990: OE_MSG_PUB.Count_And_Get
991: ( p_count => x_msg_count
992: , p_data => x_msg_data
993: );
994:

Line 1005: OE_MSG_PUB.Count_And_Get

1001: x_return_status := FND_API.G_RET_STS_ERROR;
1002:
1003: -- Get message count and data
1004:
1005: OE_MSG_PUB.Count_And_Get
1006: ( p_count => x_msg_count
1007: , p_data => x_msg_data
1008: );
1009:

Line 1016: OE_MSG_PUB.Count_And_Get

1012: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1013:
1014: -- Get message count and data
1015:
1016: OE_MSG_PUB.Count_And_Get
1017: ( p_count => x_msg_count
1018: , p_data => x_msg_data
1019: );
1020:

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

1021: WHEN OTHERS THEN
1022:
1023: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1024:
1025: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1026: THEN
1027: OE_MSG_PUB.Add_Exc_Msg
1028: ( G_PKG_NAME
1029: , 'Change_Attribute'

Line 1027: OE_MSG_PUB.Add_Exc_Msg

1023: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1024:
1025: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1026: THEN
1027: OE_MSG_PUB.Add_Exc_Msg
1028: ( G_PKG_NAME
1029: , 'Change_Attribute'
1030: );
1031: END IF;

Line 1035: OE_MSG_PUB.Count_And_Get

1031: END IF;
1032:
1033: -- Get message count and data
1034:
1035: OE_MSG_PUB.Count_And_Get
1036: ( p_count => x_msg_count
1037: , p_data => x_msg_data
1038: );
1039:

Line 1155: OE_MSG_PUB.Count_And_Get

1151: x_return_status := FND_API.G_RET_STS_SUCCESS;
1152:
1153: -- Get message count and data
1154:
1155: OE_MSG_PUB.Count_And_Get
1156: ( p_count => x_msg_count
1157: , p_data => x_msg_data
1158: );
1159:

Line 1169: OE_MSG_PUB.Count_And_Get

1165: x_return_status := FND_API.G_RET_STS_ERROR;
1166:
1167: -- Get message count and data
1168:
1169: OE_MSG_PUB.Count_And_Get
1170: ( p_count => x_msg_count
1171: , p_data => x_msg_data
1172: );
1173:

Line 1180: OE_MSG_PUB.Count_And_Get

1176: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1177:
1178: -- Get message count and data
1179:
1180: OE_MSG_PUB.Count_And_Get
1181: ( p_count => x_msg_count
1182: , p_data => x_msg_data
1183: );
1184:

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

1185: WHEN OTHERS THEN
1186:
1187: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1188:
1189: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1190: THEN
1191: OE_MSG_PUB.Add_Exc_Msg
1192: ( G_PKG_NAME
1193: , 'Validate_And_Write'

Line 1191: OE_MSG_PUB.Add_Exc_Msg

1187: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1188:
1189: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1190: THEN
1191: OE_MSG_PUB.Add_Exc_Msg
1192: ( G_PKG_NAME
1193: , 'Validate_And_Write'
1194: );
1195: END IF;

Line 1199: OE_MSG_PUB.Count_And_Get

1195: END IF;
1196:
1197: -- Get message count and data
1198:
1199: OE_MSG_PUB.Count_And_Get
1200: ( p_count => x_msg_count
1201: , p_data => x_msg_data
1202: );
1203: oe_debug_pub.add('END validate_and_write in QPXFMLHB');

Line 1289: OE_MSG_PUB.Count_And_Get

1285: x_return_status := FND_API.G_RET_STS_SUCCESS;
1286:
1287: -- Get message count and data
1288:
1289: OE_MSG_PUB.Count_And_Get
1290: ( p_count => x_msg_count
1291: , p_data => x_msg_data
1292: );
1293:

Line 1303: OE_MSG_PUB.Count_And_Get

1299: x_return_status := FND_API.G_RET_STS_ERROR;
1300:
1301: -- Get message count and data
1302:
1303: OE_MSG_PUB.Count_And_Get
1304: ( p_count => x_msg_count
1305: , p_data => x_msg_data
1306: );
1307:

Line 1314: OE_MSG_PUB.Count_And_Get

1310: x_return_status := FND_API.G_RET_STS_UNEXP_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 1323: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

1319: WHEN OTHERS THEN
1320:
1321: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1322:
1323: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1324: THEN
1325: OE_MSG_PUB.Add_Exc_Msg
1326: ( G_PKG_NAME
1327: , 'Delete_Row'

Line 1325: OE_MSG_PUB.Add_Exc_Msg

1321: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1322:
1323: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1324: THEN
1325: OE_MSG_PUB.Add_Exc_Msg
1326: ( G_PKG_NAME
1327: , 'Delete_Row'
1328: );
1329: END IF;

Line 1333: OE_MSG_PUB.Count_And_Get

1329: END IF;
1330:
1331: -- Get message count and data
1332:
1333: OE_MSG_PUB.Count_And_Get
1334: ( p_count => x_msg_count
1335: , p_data => x_msg_data
1336: );
1337:

Line 1406: OE_MSG_PUB.Count_And_Get

1402: x_return_status := FND_API.G_RET_STS_SUCCESS;
1403:
1404: -- Get message count and data
1405:
1406: OE_MSG_PUB.Count_And_Get
1407: ( p_count => x_msg_count
1408: , p_data => x_msg_data
1409: );
1410:

Line 1420: OE_MSG_PUB.Count_And_Get

1416: x_return_status := FND_API.G_RET_STS_ERROR;
1417:
1418: -- Get message count and data
1419:
1420: OE_MSG_PUB.Count_And_Get
1421: ( p_count => x_msg_count
1422: , p_data => x_msg_data
1423: );
1424:

Line 1431: OE_MSG_PUB.Count_And_Get

1427: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1428:
1429: -- Get message count and data
1430:
1431: OE_MSG_PUB.Count_And_Get
1432: ( p_count => x_msg_count
1433: , p_data => x_msg_data
1434: );
1435:

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

1436: WHEN OTHERS THEN
1437:
1438: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1439:
1440: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1441: THEN
1442: OE_MSG_PUB.Add_Exc_Msg
1443: ( G_PKG_NAME
1444: , 'Process_Entity'

Line 1442: OE_MSG_PUB.Add_Exc_Msg

1438: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1439:
1440: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1441: THEN
1442: OE_MSG_PUB.Add_Exc_Msg
1443: ( G_PKG_NAME
1444: , 'Process_Entity'
1445: );
1446: END IF;

Line 1450: OE_MSG_PUB.Count_And_Get

1446: END IF;
1447:
1448: -- Get message count and data
1449:
1450: OE_MSG_PUB.Count_And_Get
1451: ( p_count => x_msg_count
1452: , p_data => x_msg_data
1453: );
1454:

Line 1523: OE_MSG_PUB.Count_And_Get

1519: x_return_status := FND_API.G_RET_STS_SUCCESS;
1520:
1521: -- Get message count and data
1522:
1523: OE_MSG_PUB.Count_And_Get
1524: ( p_count => x_msg_count
1525: , p_data => x_msg_data
1526: );
1527:

Line 1537: OE_MSG_PUB.Count_And_Get

1533: x_return_status := FND_API.G_RET_STS_ERROR;
1534:
1535: -- Get message count and data
1536:
1537: OE_MSG_PUB.Count_And_Get
1538: ( p_count => x_msg_count
1539: , p_data => x_msg_data
1540: );
1541:

Line 1548: OE_MSG_PUB.Count_And_Get

1544: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1545:
1546: -- Get message count and data
1547:
1548: OE_MSG_PUB.Count_And_Get
1549: ( p_count => x_msg_count
1550: , p_data => x_msg_data
1551: );
1552:

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

1553: WHEN OTHERS THEN
1554:
1555: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1556:
1557: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1558: THEN
1559: OE_MSG_PUB.Add_Exc_Msg
1560: ( G_PKG_NAME
1561: , 'Process_Object'

Line 1559: OE_MSG_PUB.Add_Exc_Msg

1555: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1556:
1557: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1558: THEN
1559: OE_MSG_PUB.Add_Exc_Msg
1560: ( G_PKG_NAME
1561: , 'Process_Object'
1562: );
1563: END IF;

Line 1567: OE_MSG_PUB.Count_And_Get

1563: END IF;
1564:
1565: -- Get message count and data
1566:
1567: OE_MSG_PUB.Count_And_Get
1568: ( p_count => x_msg_count
1569: , p_data => x_msg_data
1570: );
1571:

Line 1763: OE_MSG_PUB.Add;

1759:
1760: x_return_status := FND_API.G_RET_STS_ERROR;
1761:
1762: FND_MESSAGE.SET_NAME('QP','QP_PE_QUALIFIERS');
1763: OE_MSG_PUB.Add;
1764:
1765: -- Get message count and data
1766:
1767: OE_MSG_PUB.Count_And_Get

Line 1767: OE_MSG_PUB.Count_And_Get

1763: OE_MSG_PUB.Add;
1764:
1765: -- Get message count and data
1766:
1767: OE_MSG_PUB.Count_And_Get
1768: ( p_count => x_msg_count
1769: , p_data => x_msg_data
1770: );
1771:

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

1768: ( p_count => x_msg_count
1769: , p_data => x_msg_data
1770: );
1771:
1772: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1773: THEN
1774: OE_MSG_PUB.Add_Exc_Msg
1775: ( G_PKG_NAME
1776: , 'QP_QP_FORM_MODIFIER_LIST'

Line 1774: OE_MSG_PUB.Add_Exc_Msg

1770: );
1771:
1772: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1773: THEN
1774: OE_MSG_PUB.Add_Exc_Msg
1775: ( G_PKG_NAME
1776: , 'QP_QP_FORM_MODIFIER_LIST'
1777: );
1778: END IF;

Line 1785: OE_MSG_PUB.Add;

1781:
1782: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1783:
1784: FND_MESSAGE.SET_NAME('QP','QP_PE_QUALIFIERS');
1785: OE_MSG_PUB.Add;
1786: -- Get message count and data
1787:
1788: OE_MSG_PUB.Count_And_Get
1789: ( p_count => x_msg_count

Line 1788: OE_MSG_PUB.Count_And_Get

1784: FND_MESSAGE.SET_NAME('QP','QP_PE_QUALIFIERS');
1785: OE_MSG_PUB.Add;
1786: -- Get message count and data
1787:
1788: OE_MSG_PUB.Count_And_Get
1789: ( p_count => x_msg_count
1790: , p_data => x_msg_data
1791: );
1792:

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

1789: ( p_count => x_msg_count
1790: , p_data => x_msg_data
1791: );
1792:
1793: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1794: THEN
1795: OE_MSG_PUB.Add_Exc_Msg
1796: ( G_PKG_NAME
1797: , 'QP_QP_FORM_MODIFIER_LIST'

Line 1795: OE_MSG_PUB.Add_Exc_Msg

1791: );
1792:
1793: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1794: THEN
1795: OE_MSG_PUB.Add_Exc_Msg
1796: ( G_PKG_NAME
1797: , 'QP_QP_FORM_MODIFIER_LIST'
1798: );
1799: END IF;

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

1799: END IF;
1800:
1801: WHEN OTHERS THEN
1802:
1803: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1804: THEN
1805: OE_MSG_PUB.Add_Exc_Msg
1806: ( G_PKG_NAME
1807: , 'QP_QP_FORM_MODIFIER_LIST'

Line 1805: OE_MSG_PUB.Add_Exc_Msg

1801: WHEN OTHERS THEN
1802:
1803: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1804: THEN
1805: OE_MSG_PUB.Add_Exc_Msg
1806: ( G_PKG_NAME
1807: , 'QP_QP_FORM_MODIFIER_LIST'
1808: );
1809: END IF;

Line 1815: OE_MSG_PUB.Count_And_Get

1811: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1812:
1813: -- Get message count and data
1814:
1815: OE_MSG_PUB.Count_And_Get
1816: ( p_count => x_msg_count
1817: , p_data => x_msg_data
1818: );
1819:

Line 1998: OE_MSG_PUB.Count_And_Get

1994: x_return_status := l_return_status;
1995:
1996: -- Get message count and data
1997:
1998: OE_MSG_PUB.Count_And_Get
1999: ( p_count => x_msg_count
2000: , p_data => x_msg_data
2001: );
2002:

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

2004: EXCEPTION
2005:
2006: WHEN OTHERS THEN
2007:
2008: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
2009: THEN
2010: OE_MSG_PUB.Add_Exc_Msg
2011: ( G_PKG_NAME
2012: , 'Lock_Row'

Line 2010: OE_MSG_PUB.Add_Exc_Msg

2006: WHEN OTHERS THEN
2007:
2008: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
2009: THEN
2010: OE_MSG_PUB.Add_Exc_Msg
2011: ( G_PKG_NAME
2012: , 'Lock_Row'
2013: );
2014: END IF;

Line 2020: OE_MSG_PUB.Count_And_Get

2016: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
2017:
2018: -- Get message count and data
2019:
2020: OE_MSG_PUB.Count_And_Get
2021: ( p_count => x_msg_count
2022: , p_data => x_msg_data
2023: );
2024:

Line 2114: OE_MSG_PUB.initialize;

2110: )
2111: IS
2112: l_return_status Varchar2(30);
2113: BEGIN
2114: OE_MSG_PUB.initialize;
2115: x_return_status := FND_API.G_RET_STS_SUCCESS;
2116: QP_DELAYED_REQUESTS_PVT.Delete_Reqs_for_Deleted_Entity(
2117: p_entity_code => QP_GLOBALS.G_ENTITY_MODIFIER_LIST
2118: ,p_entity_id => p_list_header_id

Line 2121: OE_MSG_PUB.Count_And_Get

2117: p_entity_code => QP_GLOBALS.G_ENTITY_MODIFIER_LIST
2118: ,p_entity_id => p_list_header_id
2119: ,x_return_status => l_return_status);
2120:
2121: OE_MSG_PUB.Count_And_Get
2122: ( p_count => x_msg_count
2123: , p_data => x_msg_data
2124: );
2125:

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

2127: Clear_Modifier_List;
2128:
2129: EXCEPTION
2130: WHEN OTHERS THEN
2131: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
2132: THEN
2133: OE_MSG_PUB.Add_Exc_Msg
2134: ( G_PKG_NAME
2135: , 'Clear_Record'

Line 2133: OE_MSG_PUB.Add_Exc_Msg

2129: EXCEPTION
2130: WHEN OTHERS THEN
2131: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
2132: THEN
2133: OE_MSG_PUB.Add_Exc_Msg
2134: ( G_PKG_NAME
2135: , 'Clear_Record'
2136: );
2137: END IF;

Line 2139: OE_MSG_PUB.Count_And_Get

2135: , 'Clear_Record'
2136: );
2137: END IF;
2138: -- Get message count and data
2139: OE_MSG_PUB.Count_And_Get
2140: ( p_count => x_msg_count
2141: , p_data => x_msg_data
2142: );
2143: x_return_status := FND_API.G_RET_STS_ERROR;

Line 2158: OE_MSG_PUB.initialize;

2154: )
2155: IS
2156: l_return_status Varchar2(30);
2157: BEGIN
2158: OE_MSG_PUB.initialize;
2159: x_return_status := FND_API.G_RET_STS_SUCCESS;
2160: QP_DELAYED_REQUESTS_PVT.Clear_Request(
2161: x_return_status => l_return_status);
2162:

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

2161: x_return_status => l_return_status);
2162:
2163: EXCEPTION
2164: WHEN OTHERS THEN
2165: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
2166: THEN
2167: OE_MSG_PUB.Add_Exc_Msg
2168: ( G_PKG_NAME
2169: , 'Delete_All_Requests'

Line 2167: OE_MSG_PUB.Add_Exc_Msg

2163: EXCEPTION
2164: WHEN OTHERS THEN
2165: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
2166: THEN
2167: OE_MSG_PUB.Add_Exc_Msg
2168: ( G_PKG_NAME
2169: , 'Delete_All_Requests'
2170: );
2171: END IF;

Line 2173: OE_MSG_PUB.Count_And_Get

2169: , 'Delete_All_Requests'
2170: );
2171: END IF;
2172: -- Get message count and data
2173: OE_MSG_PUB.Count_And_Get
2174: ( p_count => x_msg_count
2175: , p_data => x_msg_data
2176: );
2177: x_return_status := FND_API.G_RET_STS_ERROR;