DBA Data[Home] [Help]

APPS.QP_QP_FORM_FORMULA_LINES dependencies on OE_MSG_PUB

Line 168: OE_MSG_PUB.Count_And_Get

164: x_return_status := FND_API.G_RET_STS_SUCCESS;
165:
166: -- Get message count and data
167:
168: OE_MSG_PUB.Count_And_Get
169: ( p_count => x_msg_count
170: , p_data => x_msg_data
171: );
172:

Line 182: OE_MSG_PUB.Count_And_Get

178: x_return_status := FND_API.G_RET_STS_ERROR;
179:
180: -- Get message count and data
181:
182: OE_MSG_PUB.Count_And_Get
183: ( p_count => x_msg_count
184: , p_data => x_msg_data
185: );
186:

Line 193: OE_MSG_PUB.Count_And_Get

189: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
190:
191: -- Get message count and data
192:
193: OE_MSG_PUB.Count_And_Get
194: ( p_count => x_msg_count
195: , p_data => x_msg_data
196: );
197:

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

198: WHEN OTHERS THEN
199:
200: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
201:
202: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
203: THEN
204: OE_MSG_PUB.Add_Exc_Msg
205: ( G_PKG_NAME
206: , 'Create_Factor_List'

Line 204: OE_MSG_PUB.Add_Exc_Msg

200: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
201:
202: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
203: THEN
204: OE_MSG_PUB.Add_Exc_Msg
205: ( G_PKG_NAME
206: , 'Create_Factor_List'
207: );
208: END IF;

Line 212: OE_MSG_PUB.Count_And_Get

208: END IF;
209:
210: -- Get message count and data
211:
212: OE_MSG_PUB.Count_And_Get
213: ( p_count => x_msg_count
214: , p_data => x_msg_data
215: );
216:

Line 401: OE_MSG_PUB.Count_And_Get

397: x_return_status := FND_API.G_RET_STS_SUCCESS;
398:
399: -- Get message count and data
400:
401: OE_MSG_PUB.Count_And_Get
402: ( p_count => x_msg_count
403: , p_data => x_msg_data
404: );
405:

Line 415: OE_MSG_PUB.Count_And_Get

411: x_return_status := FND_API.G_RET_STS_ERROR;
412:
413: -- Get message count and data
414:
415: OE_MSG_PUB.Count_And_Get
416: ( p_count => x_msg_count
417: , p_data => x_msg_data
418: );
419:

Line 426: OE_MSG_PUB.Count_And_Get

422: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
423:
424: -- Get message count and data
425:
426: OE_MSG_PUB.Count_And_Get
427: ( p_count => x_msg_count
428: , p_data => x_msg_data
429: );
430:

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

431: WHEN OTHERS THEN
432:
433: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
434:
435: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
436: THEN
437: OE_MSG_PUB.Add_Exc_Msg
438: ( G_PKG_NAME
439: , 'Default_Attributes'

Line 437: OE_MSG_PUB.Add_Exc_Msg

433: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
434:
435: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
436: THEN
437: OE_MSG_PUB.Add_Exc_Msg
438: ( G_PKG_NAME
439: , 'Default_Attributes'
440: );
441: END IF;

Line 445: OE_MSG_PUB.Count_And_Get

441: END IF;
442:
443: -- Get message count and data
444:
445: OE_MSG_PUB.Count_And_Get
446: ( p_count => x_msg_count
447: , p_data => x_msg_data
448: );
449:

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

608: ELSE
609:
610: -- Unexpected error, unrecognized attribute
611:
612: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
613: THEN
614: OE_MSG_PUB.Add_Exc_Msg
615: ( G_PKG_NAME
616: , 'Change_Attribute'

Line 614: OE_MSG_PUB.Add_Exc_Msg

610: -- Unexpected error, unrecognized attribute
611:
612: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
613: THEN
614: OE_MSG_PUB.Add_Exc_Msg
615: ( G_PKG_NAME
616: , 'Change_Attribute'
617: , 'Unrecognized attribute'
618: );

Line 896: OE_MSG_PUB.Count_And_Get

892: x_return_status := FND_API.G_RET_STS_SUCCESS;
893:
894: -- Get message count and data
895:
896: OE_MSG_PUB.Count_And_Get
897: ( p_count => x_msg_count
898: , p_data => x_msg_data
899: );
900:

Line 910: OE_MSG_PUB.Count_And_Get

906: x_return_status := FND_API.G_RET_STS_ERROR;
907:
908: -- Get message count and data
909:
910: OE_MSG_PUB.Count_And_Get
911: ( p_count => x_msg_count
912: , p_data => x_msg_data
913: );
914:

Line 921: OE_MSG_PUB.Count_And_Get

917: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
918:
919: -- Get message count and data
920:
921: OE_MSG_PUB.Count_And_Get
922: ( p_count => x_msg_count
923: , p_data => x_msg_data
924: );
925:

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

926: WHEN OTHERS THEN
927:
928: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
929:
930: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
931: THEN
932: OE_MSG_PUB.Add_Exc_Msg
933: ( G_PKG_NAME
934: , 'Change_Attribute'

Line 932: OE_MSG_PUB.Add_Exc_Msg

928: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
929:
930: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
931: THEN
932: OE_MSG_PUB.Add_Exc_Msg
933: ( G_PKG_NAME
934: , 'Change_Attribute'
935: );
936: END IF;

Line 940: OE_MSG_PUB.Count_And_Get

936: END IF;
937:
938: -- Get message count and data
939:
940: OE_MSG_PUB.Count_And_Get
941: ( p_count => x_msg_count
942: , p_data => x_msg_data
943: );
944:

Line 1060: OE_MSG_PUB.Count_And_Get

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

Line 1074: OE_MSG_PUB.Count_And_Get

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

Line 1085: OE_MSG_PUB.Count_And_Get

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

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

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

Line 1096: OE_MSG_PUB.Add_Exc_Msg

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

Line 1104: OE_MSG_PUB.Count_And_Get

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

Line 1191: OE_MSG_PUB.Count_And_Get

1187: x_return_status := FND_API.G_RET_STS_SUCCESS;
1188:
1189: -- Get message count and data
1190:
1191: OE_MSG_PUB.Count_And_Get
1192: ( p_count => x_msg_count
1193: , p_data => x_msg_data
1194: );
1195:

Line 1205: OE_MSG_PUB.Count_And_Get

1201: x_return_status := FND_API.G_RET_STS_ERROR;
1202:
1203: -- Get message count and data
1204:
1205: OE_MSG_PUB.Count_And_Get
1206: ( p_count => x_msg_count
1207: , p_data => x_msg_data
1208: );
1209:

Line 1216: OE_MSG_PUB.Count_And_Get

1212: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
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 1225: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

1221: WHEN OTHERS THEN
1222:
1223: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1224:
1225: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1226: THEN
1227: OE_MSG_PUB.Add_Exc_Msg
1228: ( G_PKG_NAME
1229: , 'Delete_Row'

Line 1227: OE_MSG_PUB.Add_Exc_Msg

1223: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1224:
1225: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1226: THEN
1227: OE_MSG_PUB.Add_Exc_Msg
1228: ( G_PKG_NAME
1229: , 'Delete_Row'
1230: );
1231: END IF;

Line 1235: OE_MSG_PUB.Count_And_Get

1231: END IF;
1232:
1233: -- Get message count and data
1234:
1235: OE_MSG_PUB.Count_And_Get
1236: ( p_count => x_msg_count
1237: , p_data => x_msg_data
1238: );
1239:

Line 1300: OE_MSG_PUB.Count_And_Get

1296: x_return_status := FND_API.G_RET_STS_SUCCESS;
1297:
1298: -- Get message count and data
1299:
1300: OE_MSG_PUB.Count_And_Get
1301: ( p_count => x_msg_count
1302: , p_data => x_msg_data
1303: );
1304:

Line 1314: OE_MSG_PUB.Count_And_Get

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

1321: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1322:
1323: -- Get message count and data
1324:
1325: OE_MSG_PUB.Count_And_Get
1326: ( p_count => x_msg_count
1327: , p_data => x_msg_data
1328: );
1329:

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

1330: WHEN OTHERS THEN
1331:
1332: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1333:
1334: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1335: THEN
1336: OE_MSG_PUB.Add_Exc_Msg
1337: ( G_PKG_NAME
1338: , 'Process_Entity'

Line 1336: OE_MSG_PUB.Add_Exc_Msg

1332: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1333:
1334: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1335: THEN
1336: OE_MSG_PUB.Add_Exc_Msg
1337: ( G_PKG_NAME
1338: , 'Process_Entity'
1339: );
1340: END IF;

Line 1344: OE_MSG_PUB.Count_And_Get

1340: END IF;
1341:
1342: -- Get message count and data
1343:
1344: OE_MSG_PUB.Count_And_Get
1345: ( p_count => x_msg_count
1346: , p_data => x_msg_data
1347: );
1348:

Line 1475: OE_MSG_PUB.Count_And_Get

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

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

1481: EXCEPTION
1482:
1483: WHEN OTHERS THEN
1484:
1485: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1486: THEN
1487: OE_MSG_PUB.Add_Exc_Msg
1488: ( G_PKG_NAME
1489: , 'Lock_Row'

Line 1487: OE_MSG_PUB.Add_Exc_Msg

1483: WHEN OTHERS THEN
1484:
1485: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1486: THEN
1487: OE_MSG_PUB.Add_Exc_Msg
1488: ( G_PKG_NAME
1489: , 'Lock_Row'
1490: );
1491: END IF;

Line 1497: OE_MSG_PUB.Count_And_Get

1493: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
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: