DBA Data[Home] [Help]

APPS.QP_QP_FORM_LIMITS dependencies on OE_MSG_PUB

Line 220: OE_MSG_PUB.Count_And_Get

216: x_return_status := FND_API.G_RET_STS_SUCCESS;
217:
218: -- Get message count and data
219:
220: OE_MSG_PUB.Count_And_Get
221: ( p_count => x_msg_count
222: , p_data => x_msg_data
223: );
224:

Line 234: OE_MSG_PUB.Count_And_Get

230: x_return_status := FND_API.G_RET_STS_ERROR;
231:
232: -- Get message count and data
233:
234: OE_MSG_PUB.Count_And_Get
235: ( p_count => x_msg_count
236: , p_data => x_msg_data
237: );
238:

Line 245: OE_MSG_PUB.Count_And_Get

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

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

250: WHEN OTHERS THEN
251:
252: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
253:
254: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
255: THEN
256: OE_MSG_PUB.Add_Exc_Msg
257: ( G_PKG_NAME
258: , 'Default_Attributes'

Line 256: OE_MSG_PUB.Add_Exc_Msg

252: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
253:
254: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
255: THEN
256: OE_MSG_PUB.Add_Exc_Msg
257: ( G_PKG_NAME
258: , 'Default_Attributes'
259: );
260: END IF;

Line 264: OE_MSG_PUB.Count_And_Get

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

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

446: ELSE
447:
448: -- Unexpected error, unrecognized attribute
449:
450: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
451: THEN
452: OE_MSG_PUB.Add_Exc_Msg
453: ( G_PKG_NAME
454: , 'Change_Attribute'

Line 452: OE_MSG_PUB.Add_Exc_Msg

448: -- Unexpected error, unrecognized attribute
449:
450: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
451: THEN
452: OE_MSG_PUB.Add_Exc_Msg
453: ( G_PKG_NAME
454: , 'Change_Attribute'
455: , 'Unrecognized attribute'
456: );

Line 771: OE_MSG_PUB.Count_And_Get

767: x_return_status := FND_API.G_RET_STS_SUCCESS;
768:
769: -- Get message count and data
770:
771: OE_MSG_PUB.Count_And_Get
772: ( p_count => x_msg_count
773: , p_data => x_msg_data
774: );
775:

Line 785: OE_MSG_PUB.Count_And_Get

781: x_return_status := FND_API.G_RET_STS_ERROR;
782:
783: -- Get message count and data
784:
785: OE_MSG_PUB.Count_And_Get
786: ( p_count => x_msg_count
787: , p_data => x_msg_data
788: );
789:

Line 796: OE_MSG_PUB.Count_And_Get

792: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
793:
794: -- Get message count and data
795:
796: OE_MSG_PUB.Count_And_Get
797: ( p_count => x_msg_count
798: , p_data => x_msg_data
799: );
800:

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

801: WHEN OTHERS THEN
802:
803: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
804:
805: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
806: THEN
807: OE_MSG_PUB.Add_Exc_Msg
808: ( G_PKG_NAME
809: , 'Change_Attribute'

Line 807: OE_MSG_PUB.Add_Exc_Msg

803: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
804:
805: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
806: THEN
807: OE_MSG_PUB.Add_Exc_Msg
808: ( G_PKG_NAME
809: , 'Change_Attribute'
810: );
811: END IF;

Line 815: OE_MSG_PUB.Count_And_Get

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

Line 930: OE_MSG_PUB.Count_And_Get

926: x_return_status := FND_API.G_RET_STS_SUCCESS;
927:
928: -- Get message count and data
929:
930: OE_MSG_PUB.Count_And_Get
931: ( p_count => x_msg_count
932: , p_data => x_msg_data
933: );
934:

Line 944: OE_MSG_PUB.Count_And_Get

940: x_return_status := FND_API.G_RET_STS_ERROR;
941:
942: -- Get message count and data
943:
944: OE_MSG_PUB.Count_And_Get
945: ( p_count => x_msg_count
946: , p_data => x_msg_data
947: );
948:

Line 955: OE_MSG_PUB.Count_And_Get

951: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
952:
953: -- Get message count and data
954:
955: OE_MSG_PUB.Count_And_Get
956: ( p_count => x_msg_count
957: , p_data => x_msg_data
958: );
959:

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

960: WHEN OTHERS THEN
961:
962: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
963:
964: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
965: THEN
966: OE_MSG_PUB.Add_Exc_Msg
967: ( G_PKG_NAME
968: , 'Validate_And_Write'

Line 966: OE_MSG_PUB.Add_Exc_Msg

962: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
963:
964: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
965: THEN
966: OE_MSG_PUB.Add_Exc_Msg
967: ( G_PKG_NAME
968: , 'Validate_And_Write'
969: );
970: END IF;

Line 974: OE_MSG_PUB.Count_And_Get

970: END IF;
971:
972: -- Get message count and data
973:
974: OE_MSG_PUB.Count_And_Get
975: ( p_count => x_msg_count
976: , p_data => x_msg_data
977: );
978:

Line 1059: OE_MSG_PUB.Count_And_Get

1055: x_return_status := FND_API.G_RET_STS_SUCCESS;
1056:
1057: -- Get message count and data
1058:
1059: OE_MSG_PUB.Count_And_Get
1060: ( p_count => x_msg_count
1061: , p_data => x_msg_data
1062: );
1063:

Line 1073: OE_MSG_PUB.Count_And_Get

1069: x_return_status := FND_API.G_RET_STS_ERROR;
1070:
1071: -- Get message count and data
1072:
1073: OE_MSG_PUB.Count_And_Get
1074: ( p_count => x_msg_count
1075: , p_data => x_msg_data
1076: );
1077:

Line 1084: OE_MSG_PUB.Count_And_Get

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

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

1089: WHEN OTHERS THEN
1090:
1091: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1092:
1093: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1094: THEN
1095: OE_MSG_PUB.Add_Exc_Msg
1096: ( G_PKG_NAME
1097: , 'Delete_Row'

Line 1095: OE_MSG_PUB.Add_Exc_Msg

1091: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1092:
1093: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1094: THEN
1095: OE_MSG_PUB.Add_Exc_Msg
1096: ( G_PKG_NAME
1097: , 'Delete_Row'
1098: );
1099: END IF;

Line 1103: OE_MSG_PUB.Count_And_Get

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

Line 1171: OE_MSG_PUB.Count_And_Get

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

Line 1185: OE_MSG_PUB.Count_And_Get

1181: x_return_status := FND_API.G_RET_STS_ERROR;
1182:
1183: -- Get message count and data
1184:
1185: OE_MSG_PUB.Count_And_Get
1186: ( p_count => x_msg_count
1187: , p_data => x_msg_data
1188: );
1189:

Line 1196: OE_MSG_PUB.Count_And_Get

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

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

1201: WHEN OTHERS THEN
1202:
1203: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1204:
1205: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1206: THEN
1207: OE_MSG_PUB.Add_Exc_Msg
1208: ( G_PKG_NAME
1209: , 'Process_Entity'

Line 1207: OE_MSG_PUB.Add_Exc_Msg

1203: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1204:
1205: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1206: THEN
1207: OE_MSG_PUB.Add_Exc_Msg
1208: ( G_PKG_NAME
1209: , 'Process_Entity'
1210: );
1211: END IF;

Line 1215: OE_MSG_PUB.Count_And_Get

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

Line 1283: OE_MSG_PUB.Count_And_Get

1279: x_return_status := FND_API.G_RET_STS_SUCCESS;
1280:
1281: -- Get message count and data
1282:
1283: OE_MSG_PUB.Count_And_Get
1284: ( p_count => x_msg_count
1285: , p_data => x_msg_data
1286: );
1287:

Line 1297: OE_MSG_PUB.Count_And_Get

1293: x_return_status := FND_API.G_RET_STS_ERROR;
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 1308: OE_MSG_PUB.Count_And_Get

1304: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1305:
1306: -- Get message count and data
1307:
1308: OE_MSG_PUB.Count_And_Get
1309: ( p_count => x_msg_count
1310: , p_data => x_msg_data
1311: );
1312:

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

1313: WHEN OTHERS THEN
1314:
1315: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1316:
1317: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1318: THEN
1319: OE_MSG_PUB.Add_Exc_Msg
1320: ( G_PKG_NAME
1321: , 'Process_Object'

Line 1319: OE_MSG_PUB.Add_Exc_Msg

1315: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1316:
1317: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1318: THEN
1319: OE_MSG_PUB.Add_Exc_Msg
1320: ( G_PKG_NAME
1321: , 'Process_Object'
1322: );
1323: END IF;

Line 1327: OE_MSG_PUB.Count_And_Get

1323: END IF;
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 1474: OE_MSG_PUB.Count_And_Get

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

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

1480: EXCEPTION
1481:
1482: WHEN OTHERS THEN
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: , 'Lock_Row'

Line 1486: OE_MSG_PUB.Add_Exc_Msg

1482: WHEN OTHERS THEN
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: , 'Lock_Row'
1489: );
1490: END IF;

Line 1496: OE_MSG_PUB.Count_And_Get

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