DBA Data[Home] [Help]

APPS.QP_QUALIFIER_RULES_PVT dependencies on OE_MSG_PUB

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

301: RAISE;
302:
303: WHEN OTHERS THEN
304:
305: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
306: THEN
307: OE_MSG_PUB.Add_Exc_Msg
308: ( G_PKG_NAME
309: , 'Qualifier_Rules'

Line 307: OE_MSG_PUB.Add_Exc_Msg

303: WHEN OTHERS THEN
304:
305: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
306: THEN
307: OE_MSG_PUB.Add_Exc_Msg
308: ( G_PKG_NAME
309: , 'Qualifier_Rules'
310: );
311: END IF;

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

681: l_QUALIFIERS_rec.return_status := FND_API.G_RET_STS_UNEXP_ERROR;
682: l_QUALIFIERS_tbl(I) := l_QUALIFIERS_rec;
683: l_old_QUALIFIERS_tbl(I) := l_old_QUALIFIERS_rec;
684:
685: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
686: THEN
687: OE_MSG_PUB.Add_Exc_Msg
688: ( G_PKG_NAME
689: , 'Qualifierss'

Line 687: OE_MSG_PUB.Add_Exc_Msg

683: l_old_QUALIFIERS_tbl(I) := l_old_QUALIFIERS_rec;
684:
685: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
686: THEN
687: OE_MSG_PUB.Add_Exc_Msg
688: ( G_PKG_NAME
689: , 'Qualifierss'
690: );
691: END IF;

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

731: RAISE;
732:
733: WHEN OTHERS THEN
734:
735: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
736: THEN
737: OE_MSG_PUB.Add_Exc_Msg
738: ( G_PKG_NAME
739: , 'Qualifierss'

Line 737: OE_MSG_PUB.Add_Exc_Msg

733: WHEN OTHERS THEN
734:
735: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
736: THEN
737: OE_MSG_PUB.Add_Exc_Msg
738: ( G_PKG_NAME
739: , 'Qualifierss'
740: );
741: END IF;

Line 825: OE_MSG_PUB.initialize;

821:
822: -- Initialize message list.
823:
824: IF FND_API.to_Boolean(p_init_msg_list) THEN
825: OE_MSG_PUB.initialize;
826: END IF;
827:
828: -- Init local table variables.
829:

Line 925: oe_msg_pub.Add;

921: --Show message saying the BSO PL/Modifier incativated.
922: FND_MESSAGE.SET_NAME('QP', 'QP_BSO_PL_MODIFIER_INACTIVATED');
923: FND_MESSAGE.SET_TOKEN('BSO_PL_MOD_NAME',l_list_name);
924: -- FND_MESSAGE.SHOW;
925: oe_msg_pub.Add;
926:
927: END IF;
928:
929: EXCEPTION

Line 1046: OE_MSG_PUB.Count_And_Get

1042: END LOOP;
1043:
1044: -- Get message count and data
1045:
1046: OE_MSG_PUB.Count_And_Get
1047: ( p_count => x_msg_count
1048: , p_data => x_msg_data
1049: );
1050:

Line 1070: OE_MSG_PUB.Count_And_Get

1066: end if;
1067:
1068: -- Get message count and data
1069:
1070: OE_MSG_PUB.Count_And_Get
1071: ( p_count => x_msg_count
1072: , p_data => x_msg_data
1073: );
1074:

Line 1088: OE_MSG_PUB.Count_And_Get

1084: end if;
1085:
1086: -- Get message count and data
1087:
1088: OE_MSG_PUB.Count_And_Get
1089: ( p_count => x_msg_count
1090: , p_data => x_msg_data
1091: );
1092:

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

1100: qp_delayed_requests_pvt.Clear_Request
1101: (x_return_status => l_return_status);
1102: end if;
1103:
1104: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1105: THEN
1106: OE_MSG_PUB.Add_Exc_Msg
1107: ( G_PKG_NAME
1108: , 'Process_Qualifier_Rules'

Line 1106: OE_MSG_PUB.Add_Exc_Msg

1102: end if;
1103:
1104: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1105: THEN
1106: OE_MSG_PUB.Add_Exc_Msg
1107: ( G_PKG_NAME
1108: , 'Process_Qualifier_Rules'
1109: );
1110: END IF;

Line 1114: OE_MSG_PUB.Count_And_Get

1110: END IF;
1111:
1112: -- Get message count and data
1113:
1114: OE_MSG_PUB.Count_And_Get
1115: ( p_count => x_msg_count
1116: , p_data => x_msg_data
1117: );
1118:

Line 1173: OE_MSG_PUB.initialize;

1169:
1170: -- Initialize message list.
1171:
1172: IF FND_API.to_Boolean(p_init_msg_list) THEN
1173: OE_MSG_PUB.initialize;
1174: END IF;
1175:
1176: -- Set Savepoint
1177:

Line 1229: OE_MSG_PUB.Count_And_Get

1225: x_return_status := FND_API.G_RET_STS_SUCCESS;
1226:
1227: -- Get message count and data
1228:
1229: OE_MSG_PUB.Count_And_Get
1230: ( p_count => x_msg_count
1231: , p_data => x_msg_data
1232: );
1233:

Line 1243: OE_MSG_PUB.Count_And_Get

1239: x_return_status := FND_API.G_RET_STS_ERROR;
1240:
1241: -- Get message count and data
1242:
1243: OE_MSG_PUB.Count_And_Get
1244: ( p_count => x_msg_count
1245: , p_data => x_msg_data
1246: );
1247:

Line 1258: OE_MSG_PUB.Count_And_Get

1254: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1255:
1256: -- Get message count and data
1257:
1258: OE_MSG_PUB.Count_And_Get
1259: ( p_count => x_msg_count
1260: , p_data => x_msg_data
1261: );
1262:

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

1267: WHEN OTHERS THEN
1268:
1269: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1270:
1271: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1272: THEN
1273: OE_MSG_PUB.Add_Exc_Msg
1274: ( G_PKG_NAME
1275: , 'Lock_Qualifier_Rules'

Line 1273: OE_MSG_PUB.Add_Exc_Msg

1269: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1270:
1271: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1272: THEN
1273: OE_MSG_PUB.Add_Exc_Msg
1274: ( G_PKG_NAME
1275: , 'Lock_Qualifier_Rules'
1276: );
1277: END IF;

Line 1281: OE_MSG_PUB.Count_And_Get

1277: END IF;
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 1340: OE_MSG_PUB.initialize;

1336:
1337: -- Initialize message list.
1338:
1339: IF FND_API.to_Boolean(p_init_msg_list) THEN
1340: OE_MSG_PUB.initialize;
1341: END IF;
1342:
1343: -- Get QUALIFIER_RULES ( parent = QUALIFIER_RULES )
1344:

Line 1367: OE_MSG_PUB.Count_And_Get

1363: x_return_status := FND_API.G_RET_STS_SUCCESS;
1364:
1365: -- Get message count and data
1366:
1367: OE_MSG_PUB.Count_And_Get
1368: ( p_count => x_msg_count
1369: , p_data => x_msg_data
1370: );
1371:

Line 1381: OE_MSG_PUB.Count_And_Get

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

Line 1392: OE_MSG_PUB.Count_And_Get

1388: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1389:
1390: -- Get message count and data
1391:
1392: OE_MSG_PUB.Count_And_Get
1393: ( p_count => x_msg_count
1394: , p_data => x_msg_data
1395: );
1396:

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

1397: WHEN OTHERS THEN
1398:
1399: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1400:
1401: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1402: THEN
1403: OE_MSG_PUB.Add_Exc_Msg
1404: ( G_PKG_NAME
1405: , 'Get_Qualifier_Rules'

Line 1403: OE_MSG_PUB.Add_Exc_Msg

1399: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1400:
1401: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1402: THEN
1403: OE_MSG_PUB.Add_Exc_Msg
1404: ( G_PKG_NAME
1405: , 'Get_Qualifier_Rules'
1406: );
1407: END IF;

Line 1411: OE_MSG_PUB.Count_And_Get

1407: END IF;
1408:
1409: -- Get message count and data
1410:
1411: OE_MSG_PUB.Count_And_Get
1412: ( p_count => x_msg_count
1413: , p_data => x_msg_data
1414: );
1415:

Line 1483: OE_MSG_PUB.initialize;

1479:
1480: -- Initialize message list.
1481:
1482: IF FND_API.to_Boolean(p_init_msg_list) THEN
1483: OE_MSG_PUB.initialize;
1484: END IF;
1485:
1486: --Get qualifer rule ,qualifier details for the given qualifier rule id
1487:

Line 1557: OE_MSG_PUB.Count_And_Get

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

Line 1571: OE_MSG_PUB.Count_And_Get

1567: x_return_status := FND_API.G_RET_STS_ERROR;
1568:
1569: -- Get message count and data
1570:
1571: OE_MSG_PUB.Count_And_Get
1572: ( p_count => x_msg_count
1573: , p_data => x_msg_data
1574: );
1575:

Line 1582: OE_MSG_PUB.Count_And_Get

1578: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1579:
1580: -- Get message count and data
1581:
1582: OE_MSG_PUB.Count_And_Get
1583: ( p_count => x_msg_count
1584: , p_data => x_msg_data
1585: );
1586:

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

1587: WHEN OTHERS THEN
1588:
1589: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1590:
1591: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1592: THEN
1593: OE_MSG_PUB.Add_Exc_Msg
1594: ( G_PKG_NAME
1595: , 'Copy_Qualifier_Rule'

Line 1593: OE_MSG_PUB.Add_Exc_Msg

1589: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1590:
1591: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1592: THEN
1593: OE_MSG_PUB.Add_Exc_Msg
1594: ( G_PKG_NAME
1595: , 'Copy_Qualifier_Rule'
1596: );
1597: END IF;

Line 1601: OE_MSG_PUB.Count_And_Get

1597: END IF;
1598:
1599: -- Get message count and data
1600:
1601: OE_MSG_PUB.Count_And_Get
1602: ( p_count => x_msg_count
1603: , p_data => x_msg_data
1604: );
1605:

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

1775:
1776: EXCEPTION
1777:
1778: WHEN OTHERS THEN
1779: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1780: THEN
1781: OE_MSG_PUB.Add_Exc_Msg
1782: ( G_PKG_NAME
1783: , 'Create_Blanket_Qualifier'

Line 1781: OE_MSG_PUB.Add_Exc_Msg

1777:
1778: WHEN OTHERS THEN
1779: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1780: THEN
1781: OE_MSG_PUB.Add_Exc_Msg
1782: ( G_PKG_NAME
1783: , 'Create_Blanket_Qualifier'
1784: );
1785: END IF;

Line 1789: OE_MSG_PUB.Count_And_Get

1785: END IF;
1786:
1787: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1788: -- Get message count and data
1789: OE_MSG_PUB.Count_And_Get
1790: ( p_count => l_msg_count
1791: , p_data => l_msg_data
1792: );
1793: