DBA Data[Home] [Help]

APPS.QP_QP_FORM_PRICE_LIST dependencies on OE_MSG_PUB

Line 273: oe_msg_pub.Count_And_Get

269: x_return_status := FND_API.G_RET_STS_SUCCESS;
270:
271: -- Get message count and data
272:
273: oe_msg_pub.Count_And_Get
274: ( p_count => x_msg_count
275: , p_data => x_msg_data
276: );
277: oe_debug_Pub.add('msg data 4 : ' || x_msg_data);

Line 290: oe_msg_pub.Count_And_Get

286: x_return_status := FND_API.G_RET_STS_ERROR;
287:
288: -- Get message count and data
289:
290: oe_msg_pub.Count_And_Get
291: ( p_count => x_msg_count
292: , p_data => x_msg_data
293: );
294:

Line 301: oe_msg_pub.Count_And_Get

297: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
298:
299: -- Get message count and data
300:
301: oe_msg_pub.Count_And_Get
302: ( p_count => x_msg_count
303: , p_data => x_msg_data
304: );
305:

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

308: WHEN OTHERS THEN
309:
310: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
311:
312: IF oe_msg_pub.Check_Msg_Level(oe_msg_pub.G_MSG_LVL_UNEXP_ERROR)
313: THEN
314: oe_msg_pub.Add_Exc_Msg
315: ( G_PKG_NAME
316: , 'Default_Attributes'

Line 314: oe_msg_pub.Add_Exc_Msg

310: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
311:
312: IF oe_msg_pub.Check_Msg_Level(oe_msg_pub.G_MSG_LVL_UNEXP_ERROR)
313: THEN
314: oe_msg_pub.Add_Exc_Msg
315: ( G_PKG_NAME
316: , 'Default_Attributes'
317: );
318: END IF;

Line 322: oe_msg_pub.Count_And_Get

318: END IF;
319:
320: -- Get message count and data
321:
322: oe_msg_pub.Count_And_Get
323: ( p_count => x_msg_count
324: , p_data => x_msg_data
325: );
326:

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

551: ELSE
552:
553: -- Unexpected error, unrecognized attribute
554:
555: IF oe_msg_pub.Check_Msg_Level(oe_msg_pub.G_MSG_LVL_UNEXP_ERROR)
556: THEN
557: oe_msg_pub.Add_Exc_Msg
558: ( G_PKG_NAME
559: , 'Change_Attribute'

Line 557: oe_msg_pub.Add_Exc_Msg

553: -- Unexpected error, unrecognized attribute
554:
555: IF oe_msg_pub.Check_Msg_Level(oe_msg_pub.G_MSG_LVL_UNEXP_ERROR)
556: THEN
557: oe_msg_pub.Add_Exc_Msg
558: ( G_PKG_NAME
559: , 'Change_Attribute'
560: , 'Unrecognized attribute'
561: );

Line 965: oe_msg_pub.Count_And_Get

961: x_return_status := FND_API.G_RET_STS_SUCCESS;
962:
963: -- Get message count and data
964:
965: oe_msg_pub.Count_And_Get
966: ( p_count => x_msg_count
967: , p_data => x_msg_data
968: );
969:

Line 979: oe_msg_pub.Count_And_Get

975: x_return_status := FND_API.G_RET_STS_ERROR;
976:
977: -- Get message count and data
978:
979: oe_msg_pub.Count_And_Get
980: ( p_count => x_msg_count
981: , p_data => x_msg_data
982: );
983:

Line 990: oe_msg_pub.Count_And_Get

986: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
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 999: IF oe_msg_pub.Check_Msg_Level(oe_msg_pub.G_MSG_LVL_UNEXP_ERROR)

995: WHEN OTHERS THEN
996:
997: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
998:
999: IF oe_msg_pub.Check_Msg_Level(oe_msg_pub.G_MSG_LVL_UNEXP_ERROR)
1000: THEN
1001: oe_msg_pub.Add_Exc_Msg
1002: ( G_PKG_NAME
1003: , 'Change_Attribute'

Line 1001: oe_msg_pub.Add_Exc_Msg

997: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
998:
999: IF oe_msg_pub.Check_Msg_Level(oe_msg_pub.G_MSG_LVL_UNEXP_ERROR)
1000: THEN
1001: oe_msg_pub.Add_Exc_Msg
1002: ( G_PKG_NAME
1003: , 'Change_Attribute'
1004: );
1005: END IF;

Line 1009: oe_msg_pub.Count_And_Get

1005: END IF;
1006:
1007: -- Get message count and data
1008:
1009: oe_msg_pub.Count_And_Get
1010: ( p_count => x_msg_count
1011: , p_data => x_msg_data
1012: );
1013:

Line 1135: oe_msg_pub.Count_And_Get

1131: x_return_status := FND_API.G_RET_STS_SUCCESS;
1132:
1133: -- Get message count and data
1134:
1135: oe_msg_pub.Count_And_Get
1136: ( p_count => x_msg_count
1137: , p_data => x_msg_data
1138: );
1139:

Line 1149: oe_msg_pub.Count_And_Get

1145: x_return_status := FND_API.G_RET_STS_ERROR;
1146:
1147: -- Get message count and data
1148:
1149: oe_msg_pub.Count_And_Get
1150: ( p_count => x_msg_count
1151: , p_data => x_msg_data
1152: );
1153:

Line 1160: oe_msg_pub.Count_And_Get

1156: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1157:
1158: -- Get message count and data
1159:
1160: oe_msg_pub.Count_And_Get
1161: ( p_count => x_msg_count
1162: , p_data => x_msg_data
1163: );
1164:

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

1165: WHEN OTHERS THEN
1166:
1167: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1168:
1169: IF oe_msg_pub.Check_Msg_Level(oe_msg_pub.G_MSG_LVL_UNEXP_ERROR)
1170: THEN
1171: oe_msg_pub.Add_Exc_Msg
1172: ( G_PKG_NAME
1173: , 'Validate_And_Write'

Line 1171: oe_msg_pub.Add_Exc_Msg

1167: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1168:
1169: IF oe_msg_pub.Check_Msg_Level(oe_msg_pub.G_MSG_LVL_UNEXP_ERROR)
1170: THEN
1171: oe_msg_pub.Add_Exc_Msg
1172: ( G_PKG_NAME
1173: , 'Validate_And_Write'
1174: );
1175: END IF;

Line 1179: oe_msg_pub.Count_And_Get

1175: END IF;
1176:
1177: -- Get message count and data
1178:
1179: oe_msg_pub.Count_And_Get
1180: ( p_count => x_msg_count
1181: , p_data => x_msg_data
1182: );
1183:

Line 1267: oe_msg_pub.Count_And_Get

1263: x_return_status := FND_API.G_RET_STS_SUCCESS;
1264:
1265: -- Get message count and data
1266:
1267: oe_msg_pub.Count_And_Get
1268: ( p_count => x_msg_count
1269: , p_data => x_msg_data
1270: );
1271:

Line 1281: oe_msg_pub.Count_And_Get

1277: x_return_status := FND_API.G_RET_STS_ERROR;
1278:
1279: -- Get message count and data
1280:
1281: oe_msg_pub.Count_And_Get
1282: ( p_count => x_msg_count
1283: , p_data => x_msg_data
1284: );
1285:

Line 1292: oe_msg_pub.Count_And_Get

1288: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1289:
1290: -- Get message count and data
1291:
1292: oe_msg_pub.Count_And_Get
1293: ( p_count => x_msg_count
1294: , p_data => x_msg_data
1295: );
1296:

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

1297: WHEN OTHERS THEN
1298:
1299: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1300:
1301: IF oe_msg_pub.Check_Msg_Level(oe_msg_pub.G_MSG_LVL_UNEXP_ERROR)
1302: THEN
1303: oe_msg_pub.Add_Exc_Msg
1304: ( G_PKG_NAME
1305: , 'Delete_Row'

Line 1303: oe_msg_pub.Add_Exc_Msg

1299: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1300:
1301: IF oe_msg_pub.Check_Msg_Level(oe_msg_pub.G_MSG_LVL_UNEXP_ERROR)
1302: THEN
1303: oe_msg_pub.Add_Exc_Msg
1304: ( G_PKG_NAME
1305: , 'Delete_Row'
1306: );
1307: END IF;

Line 1311: oe_msg_pub.Count_And_Get

1307: END IF;
1308:
1309: -- Get message count and data
1310:
1311: oe_msg_pub.Count_And_Get
1312: ( p_count => x_msg_count
1313: , p_data => x_msg_data
1314: );
1315:

Line 1382: oe_msg_pub.Count_And_Get

1378: x_return_status := FND_API.G_RET_STS_SUCCESS;
1379:
1380: -- Get message count and data
1381:
1382: oe_msg_pub.Count_And_Get
1383: ( p_count => x_msg_count
1384: , p_data => x_msg_data
1385: );
1386:

Line 1396: oe_msg_pub.Count_And_Get

1392: x_return_status := FND_API.G_RET_STS_ERROR;
1393:
1394: -- Get message count and data
1395:
1396: oe_msg_pub.Count_And_Get
1397: ( p_count => x_msg_count
1398: , p_data => x_msg_data
1399: );
1400:

Line 1407: oe_msg_pub.Count_And_Get

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

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

1412: WHEN OTHERS THEN
1413:
1414: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1415:
1416: IF oe_msg_pub.Check_Msg_Level(oe_msg_pub.G_MSG_LVL_UNEXP_ERROR)
1417: THEN
1418: oe_msg_pub.Add_Exc_Msg
1419: ( G_PKG_NAME
1420: , 'Process_Entity'

Line 1418: oe_msg_pub.Add_Exc_Msg

1414: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1415:
1416: IF oe_msg_pub.Check_Msg_Level(oe_msg_pub.G_MSG_LVL_UNEXP_ERROR)
1417: THEN
1418: oe_msg_pub.Add_Exc_Msg
1419: ( G_PKG_NAME
1420: , 'Process_Entity'
1421: );
1422: END IF;

Line 1426: oe_msg_pub.Count_And_Get

1422: END IF;
1423:
1424: -- Get message count and data
1425:
1426: oe_msg_pub.Count_And_Get
1427: ( p_count => x_msg_count
1428: , p_data => x_msg_data
1429: );
1430:

Line 1497: oe_msg_pub.Count_And_Get

1493: x_return_status := FND_API.G_RET_STS_SUCCESS;
1494:
1495: -- Get message count and data
1496:
1497: oe_msg_pub.Count_And_Get
1498: ( p_count => x_msg_count
1499: , p_data => x_msg_data
1500: );
1501:

Line 1511: oe_msg_pub.Count_And_Get

1507: x_return_status := FND_API.G_RET_STS_ERROR;
1508:
1509: -- Get message count and data
1510:
1511: oe_msg_pub.Count_And_Get
1512: ( p_count => x_msg_count
1513: , p_data => x_msg_data
1514: );
1515:

Line 1522: oe_msg_pub.Count_And_Get

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

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

1527: WHEN OTHERS THEN
1528:
1529: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1530:
1531: IF oe_msg_pub.Check_Msg_Level(oe_msg_pub.G_MSG_LVL_UNEXP_ERROR)
1532: THEN
1533: oe_msg_pub.Add_Exc_Msg
1534: ( G_PKG_NAME
1535: , 'Process_Object'

Line 1533: oe_msg_pub.Add_Exc_Msg

1529: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1530:
1531: IF oe_msg_pub.Check_Msg_Level(oe_msg_pub.G_MSG_LVL_UNEXP_ERROR)
1532: THEN
1533: oe_msg_pub.Add_Exc_Msg
1534: ( G_PKG_NAME
1535: , 'Process_Object'
1536: );
1537: END IF;

Line 1541: oe_msg_pub.Count_And_Get

1537: END IF;
1538:
1539: -- Get message count and data
1540:
1541: oe_msg_pub.Count_And_Get
1542: ( p_count => x_msg_count
1543: , p_data => x_msg_data
1544: );
1545:

Line 1722: oe_msg_pub.Count_And_Get

1718: x_return_status := l_return_status;
1719:
1720: -- Get message count and data
1721:
1722: oe_msg_pub.Count_And_Get
1723: ( p_count => x_msg_count
1724: , p_data => x_msg_data
1725: );
1726:

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

1728: EXCEPTION
1729:
1730: WHEN OTHERS THEN
1731:
1732: IF oe_msg_pub.Check_Msg_Level(oe_msg_pub.G_MSG_LVL_UNEXP_ERROR)
1733: THEN
1734: oe_msg_pub.Add_Exc_Msg
1735: ( G_PKG_NAME
1736: , 'Lock_Row'

Line 1734: oe_msg_pub.Add_Exc_Msg

1730: WHEN OTHERS THEN
1731:
1732: IF oe_msg_pub.Check_Msg_Level(oe_msg_pub.G_MSG_LVL_UNEXP_ERROR)
1733: THEN
1734: oe_msg_pub.Add_Exc_Msg
1735: ( G_PKG_NAME
1736: , 'Lock_Row'
1737: );
1738: END IF;

Line 1744: oe_msg_pub.Count_And_Get

1740: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1741:
1742: -- Get message count and data
1743:
1744: oe_msg_pub.Count_And_Get
1745: ( p_count => x_msg_count
1746: , p_data => x_msg_data
1747: );
1748:

Line 1827: OE_MSG_PUB.initialize;

1823: )
1824: IS
1825: l_return_status Varchar2(30);
1826: BEGIN
1827: OE_MSG_PUB.initialize;
1828: x_return_status := FND_API.G_RET_STS_SUCCESS;
1829: QP_DELAYED_REQUESTS_PVT.Delete_Reqs_for_Deleted_Entity(
1830: p_entity_code => QP_GLOBALS.G_ENTITY_PRICE_LIST
1831: ,p_entity_id => p_list_header_id

Line 1834: OE_MSG_PUB.Count_And_Get

1830: p_entity_code => QP_GLOBALS.G_ENTITY_PRICE_LIST
1831: ,p_entity_id => p_list_header_id
1832: ,x_return_status => l_return_status);
1833:
1834: OE_MSG_PUB.Count_And_Get
1835: ( p_count => x_msg_count
1836: , p_data => x_msg_data
1837: );
1838:

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

1840: Clear_Price_List;
1841:
1842: EXCEPTION
1843: WHEN OTHERS THEN
1844: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1845: THEN
1846: OE_MSG_PUB.Add_Exc_Msg
1847: ( G_PKG_NAME
1848: , 'Clear_Record'

Line 1846: OE_MSG_PUB.Add_Exc_Msg

1842: EXCEPTION
1843: WHEN OTHERS THEN
1844: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1845: THEN
1846: OE_MSG_PUB.Add_Exc_Msg
1847: ( G_PKG_NAME
1848: , 'Clear_Record'
1849: );
1850: END IF;

Line 1852: OE_MSG_PUB.Count_And_Get

1848: , 'Clear_Record'
1849: );
1850: END IF;
1851: -- Get message count and data
1852: OE_MSG_PUB.Count_And_Get
1853: ( p_count => x_msg_count
1854: , p_data => x_msg_data
1855: );
1856: x_return_status := FND_API.G_RET_STS_ERROR;

Line 1872: OE_MSG_PUB.initialize;

1868: )
1869: IS
1870: l_return_status Varchar2(30);
1871: BEGIN
1872: OE_MSG_PUB.initialize;
1873: x_return_status := FND_API.G_RET_STS_SUCCESS;
1874: QP_DELAYED_REQUESTS_PVT.Clear_Request(
1875: x_return_status => l_return_status);
1876:

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

1875: x_return_status => l_return_status);
1876:
1877: EXCEPTION
1878: WHEN OTHERS THEN
1879: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1880: THEN
1881: OE_MSG_PUB.Add_Exc_Msg
1882: ( G_PKG_NAME
1883: , 'Delete_All_Requests'

Line 1881: OE_MSG_PUB.Add_Exc_Msg

1877: EXCEPTION
1878: WHEN OTHERS THEN
1879: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1880: THEN
1881: OE_MSG_PUB.Add_Exc_Msg
1882: ( G_PKG_NAME
1883: , 'Delete_All_Requests'
1884: );
1885: END IF;

Line 1887: OE_MSG_PUB.Count_And_Get

1883: , 'Delete_All_Requests'
1884: );
1885: END IF;
1886: -- Get message count and data
1887: OE_MSG_PUB.Count_And_Get
1888: ( p_count => x_msg_count
1889: , p_data => x_msg_data
1890: );
1891: x_return_status := FND_API.G_RET_STS_ERROR;