DBA Data[Home] [Help]

APPS.QP_QP_FORM_QUALIFIERS dependencies on OE_MSG_PUB

Line 230: OE_MSG_PUB.Count_And_Get

226: x_return_status := FND_API.G_RET_STS_SUCCESS;
227:
228: -- Get message count and data
229:
230: OE_MSG_PUB.Count_And_Get
231: ( p_count => x_msg_count
232: , p_data => x_msg_data
233: );
234:

Line 244: OE_MSG_PUB.Count_And_Get

240: x_return_status := FND_API.G_RET_STS_ERROR;
241:
242: -- Get message count and data
243:
244: OE_MSG_PUB.Count_And_Get
245: ( p_count => x_msg_count
246: , p_data => x_msg_data
247: );
248:

Line 255: OE_MSG_PUB.Count_And_Get

251: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
252:
253: -- Get message count and data
254:
255: OE_MSG_PUB.Count_And_Get
256: ( p_count => x_msg_count
257: , p_data => x_msg_data
258: );
259:

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

260: WHEN OTHERS THEN
261:
262: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
263:
264: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
265: THEN
266: OE_MSG_PUB.Add_Exc_Msg
267: ( G_PKG_NAME
268: , 'Default_Attributes'

Line 266: OE_MSG_PUB.Add_Exc_Msg

262: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
263:
264: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
265: THEN
266: OE_MSG_PUB.Add_Exc_Msg
267: ( G_PKG_NAME
268: , 'Default_Attributes'
269: );
270: END IF;

Line 274: OE_MSG_PUB.Count_And_Get

270: END IF;
271:
272: -- Get message count and data
273:
274: OE_MSG_PUB.Count_And_Get
275: ( p_count => x_msg_count
276: , p_data => x_msg_data
277: );
278:

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

457: ELSE
458:
459: -- Unexpected error, unrecognized attribute
460:
461: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
462: THEN
463: OE_MSG_PUB.Add_Exc_Msg
464: ( G_PKG_NAME
465: , 'Change_Attribute'

Line 463: OE_MSG_PUB.Add_Exc_Msg

459: -- Unexpected error, unrecognized attribute
460:
461: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
462: THEN
463: OE_MSG_PUB.Add_Exc_Msg
464: ( G_PKG_NAME
465: , 'Change_Attribute'
466: , 'Unrecognized attribute'
467: );

Line 802: OE_MSG_PUB.Count_And_Get

798: x_return_status := FND_API.G_RET_STS_SUCCESS;
799:
800: -- Get message count and data
801:
802: OE_MSG_PUB.Count_And_Get
803: ( p_count => x_msg_count
804: , p_data => x_msg_data
805: );
806:

Line 816: OE_MSG_PUB.Count_And_Get

812: x_return_status := FND_API.G_RET_STS_ERROR;
813:
814: -- Get message count and data
815:
816: OE_MSG_PUB.Count_And_Get
817: ( p_count => x_msg_count
818: , p_data => x_msg_data
819: );
820:

Line 827: OE_MSG_PUB.Count_And_Get

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

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

832: WHEN OTHERS THEN
833:
834: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
835:
836: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
837: THEN
838: OE_MSG_PUB.Add_Exc_Msg
839: ( G_PKG_NAME
840: , 'Change_Attribute'

Line 838: OE_MSG_PUB.Add_Exc_Msg

834: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
835:
836: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
837: THEN
838: OE_MSG_PUB.Add_Exc_Msg
839: ( G_PKG_NAME
840: , 'Change_Attribute'
841: );
842: END IF;

Line 846: OE_MSG_PUB.Count_And_Get

842: END IF;
843:
844: -- Get message count and data
845:
846: OE_MSG_PUB.Count_And_Get
847: ( p_count => x_msg_count
848: , p_data => x_msg_data
849: );
850:

Line 976: OE_MSG_PUB.Count_And_Get

972: x_return_status := FND_API.G_RET_STS_SUCCESS;
973:
974: -- Get message count and data
975:
976: OE_MSG_PUB.Count_And_Get
977: ( p_count => x_msg_count
978: , p_data => x_msg_data
979: );
980:

Line 990: OE_MSG_PUB.Count_And_Get

986: x_return_status := FND_API.G_RET_STS_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 1001: OE_MSG_PUB.Count_And_Get

997: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
998:
999: -- Get message count and data
1000:
1001: OE_MSG_PUB.Count_And_Get
1002: ( p_count => x_msg_count
1003: , p_data => x_msg_data
1004: );
1005:

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

1006: WHEN OTHERS THEN
1007:
1008: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1009:
1010: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1011: THEN
1012: OE_MSG_PUB.Add_Exc_Msg
1013: ( G_PKG_NAME
1014: , 'Validate_And_Write'

Line 1012: OE_MSG_PUB.Add_Exc_Msg

1008: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1009:
1010: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1011: THEN
1012: OE_MSG_PUB.Add_Exc_Msg
1013: ( G_PKG_NAME
1014: , 'Validate_And_Write'
1015: );
1016: END IF;

Line 1020: OE_MSG_PUB.Count_And_Get

1016: END IF;
1017:
1018: -- Get message count and data
1019:
1020: OE_MSG_PUB.Count_And_Get
1021: ( p_count => x_msg_count
1022: , p_data => x_msg_data
1023: );
1024:

Line 1107: OE_MSG_PUB.Count_And_Get

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

Line 1121: OE_MSG_PUB.Count_And_Get

1117: x_return_status := FND_API.G_RET_STS_ERROR;
1118:
1119: -- Get message count and data
1120:
1121: OE_MSG_PUB.Count_And_Get
1122: ( p_count => x_msg_count
1123: , p_data => x_msg_data
1124: );
1125:

Line 1132: OE_MSG_PUB.Count_And_Get

1128: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1129:
1130: -- Get message count and data
1131:
1132: OE_MSG_PUB.Count_And_Get
1133: ( p_count => x_msg_count
1134: , p_data => x_msg_data
1135: );
1136:

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

1137: WHEN OTHERS THEN
1138:
1139: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1140:
1141: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1142: THEN
1143: OE_MSG_PUB.Add_Exc_Msg
1144: ( G_PKG_NAME
1145: , 'Delete_Row'

Line 1143: OE_MSG_PUB.Add_Exc_Msg

1139: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1140:
1141: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1142: THEN
1143: OE_MSG_PUB.Add_Exc_Msg
1144: ( G_PKG_NAME
1145: , 'Delete_Row'
1146: );
1147: END IF;

Line 1151: OE_MSG_PUB.Count_And_Get

1147: END IF;
1148:
1149: -- Get message count and data
1150:
1151: OE_MSG_PUB.Count_And_Get
1152: ( p_count => x_msg_count
1153: , p_data => x_msg_data
1154: );
1155:

Line 1216: OE_MSG_PUB.Count_And_Get

1212: x_return_status := FND_API.G_RET_STS_SUCCESS;
1213:
1214: -- Get message count and data
1215:
1216: OE_MSG_PUB.Count_And_Get
1217: ( p_count => x_msg_count
1218: , p_data => x_msg_data
1219: );
1220:

Line 1230: OE_MSG_PUB.Count_And_Get

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

Line 1241: OE_MSG_PUB.Count_And_Get

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

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

1246: WHEN OTHERS THEN
1247:
1248: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1249:
1250: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1251: THEN
1252: OE_MSG_PUB.Add_Exc_Msg
1253: ( G_PKG_NAME
1254: , 'Process_Entity'

Line 1252: OE_MSG_PUB.Add_Exc_Msg

1248: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1249:
1250: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1251: THEN
1252: OE_MSG_PUB.Add_Exc_Msg
1253: ( G_PKG_NAME
1254: , 'Process_Entity'
1255: );
1256: END IF;

Line 1260: OE_MSG_PUB.Count_And_Get

1256: END IF;
1257:
1258: -- Get message count and data
1259:
1260: OE_MSG_PUB.Count_And_Get
1261: ( p_count => x_msg_count
1262: , p_data => x_msg_data
1263: );
1264:

Line 1415: OE_MSG_PUB.Count_And_Get

1411: x_return_status := l_return_status;
1412:
1413: -- Get message count and data
1414:
1415: OE_MSG_PUB.Count_And_Get
1416: ( p_count => x_msg_count
1417: , p_data => x_msg_data
1418: );
1419:

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

1421: EXCEPTION
1422:
1423: WHEN OTHERS THEN
1424:
1425: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1426: THEN
1427: OE_MSG_PUB.Add_Exc_Msg
1428: ( G_PKG_NAME
1429: , 'Lock_Row'

Line 1427: OE_MSG_PUB.Add_Exc_Msg

1423: WHEN OTHERS THEN
1424:
1425: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1426: THEN
1427: OE_MSG_PUB.Add_Exc_Msg
1428: ( G_PKG_NAME
1429: , 'Lock_Row'
1430: );
1431: END IF;

Line 1437: OE_MSG_PUB.Count_And_Get

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

Line 1531: OE_MSG_PUB.initialize;

1527: )
1528: IS
1529: l_return_status Varchar2(30);
1530: BEGIN
1531: OE_MSG_PUB.initialize;
1532: x_return_status := FND_API.G_RET_STS_SUCCESS;
1533: QP_DELAYED_REQUESTS_PVT.Delete_Reqs_for_Deleted_Entity(
1534: p_entity_code => QP_GLOBALS.G_ENTITY_QUALIFIERS
1535: ,p_entity_id => p_qualifier_id

Line 1538: OE_MSG_PUB.Count_And_Get

1534: p_entity_code => QP_GLOBALS.G_ENTITY_QUALIFIERS
1535: ,p_entity_id => p_qualifier_id
1536: ,x_return_status => l_return_status);
1537:
1538: OE_MSG_PUB.Count_And_Get
1539: ( p_count => x_msg_count
1540: , p_data => x_msg_data
1541: );
1542:

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

1544: Clear_qualifiers;
1545:
1546: EXCEPTION
1547: WHEN OTHERS THEN
1548: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1549: THEN
1550: OE_MSG_PUB.Add_Exc_Msg
1551: ( G_PKG_NAME
1552: , 'Clear_Record'

Line 1550: OE_MSG_PUB.Add_Exc_Msg

1546: EXCEPTION
1547: WHEN OTHERS THEN
1548: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1549: THEN
1550: OE_MSG_PUB.Add_Exc_Msg
1551: ( G_PKG_NAME
1552: , 'Clear_Record'
1553: );
1554: END IF;

Line 1556: OE_MSG_PUB.Count_And_Get

1552: , 'Clear_Record'
1553: );
1554: END IF;
1555: -- Get message count and data
1556: OE_MSG_PUB.Count_And_Get
1557: ( p_count => x_msg_count
1558: , p_data => x_msg_data
1559: );
1560: x_return_status := FND_API.G_RET_STS_ERROR;

Line 1575: OE_MSG_PUB.initialize;

1571: )
1572: IS
1573: l_return_status Varchar2(30);
1574: BEGIN
1575: OE_MSG_PUB.initialize;
1576: x_return_status := FND_API.G_RET_STS_SUCCESS;
1577: QP_DELAYED_REQUESTS_PVT.Clear_Request(
1578: x_return_status => l_return_status);
1579:

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

1578: x_return_status => l_return_status);
1579:
1580: EXCEPTION
1581: WHEN OTHERS THEN
1582: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1583: THEN
1584: OE_MSG_PUB.Add_Exc_Msg
1585: ( G_PKG_NAME
1586: , 'Delete_All_Requests'

Line 1584: OE_MSG_PUB.Add_Exc_Msg

1580: EXCEPTION
1581: WHEN OTHERS THEN
1582: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1583: THEN
1584: OE_MSG_PUB.Add_Exc_Msg
1585: ( G_PKG_NAME
1586: , 'Delete_All_Requests'
1587: );
1588: END IF;

Line 1590: OE_MSG_PUB.Count_And_Get

1586: , 'Delete_All_Requests'
1587: );
1588: END IF;
1589: -- Get message count and data
1590: OE_MSG_PUB.Count_And_Get
1591: ( p_count => x_msg_count
1592: , p_data => x_msg_data
1593: );
1594: x_return_status := FND_API.G_RET_STS_ERROR;