DBA Data[Home] [Help]

APPS.QP_QP_FORM_SEG dependencies on OE_MSG_PUB

Line 226: OE_MSG_PUB.Count_And_Get

222: x_return_status := FND_API.G_RET_STS_SUCCESS;
223:
224: -- Get message count and data
225:
226: OE_MSG_PUB.Count_And_Get
227: ( p_count => x_msg_count
228: , p_data => x_msg_data
229: );
230:

Line 240: OE_MSG_PUB.Count_And_Get

236: x_return_status := FND_API.G_RET_STS_ERROR;
237:
238: -- Get message count and data
239:
240: OE_MSG_PUB.Count_And_Get
241: ( p_count => x_msg_count
242: , p_data => x_msg_data
243: );
244:

Line 251: OE_MSG_PUB.Count_And_Get

247: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
248:
249: -- Get message count and data
250:
251: OE_MSG_PUB.Count_And_Get
252: ( p_count => x_msg_count
253: , p_data => x_msg_data
254: );
255:

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

256: WHEN OTHERS THEN
257:
258: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
259:
260: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
261: THEN
262: OE_MSG_PUB.Add_Exc_Msg
263: ( G_PKG_NAME
264: , 'Default_Attributes'

Line 262: OE_MSG_PUB.Add_Exc_Msg

258: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
259:
260: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
261: THEN
262: OE_MSG_PUB.Add_Exc_Msg
263: ( G_PKG_NAME
264: , 'Default_Attributes'
265: );
266: END IF;

Line 270: OE_MSG_PUB.Count_And_Get

266: END IF;
267:
268: -- Get message count and data
269:
270: OE_MSG_PUB.Count_And_Get
271: ( p_count => x_msg_count
272: , p_data => x_msg_data
273: );
274:

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

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

Line 461: OE_MSG_PUB.Add_Exc_Msg

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

Line 792: OE_MSG_PUB.Count_And_Get

788: x_return_status := FND_API.G_RET_STS_SUCCESS;
789:
790: -- Get message count and data
791:
792: OE_MSG_PUB.Count_And_Get
793: ( p_count => x_msg_count
794: , p_data => x_msg_data
795: );
796:

Line 806: OE_MSG_PUB.Count_And_Get

802: x_return_status := FND_API.G_RET_STS_ERROR;
803:
804: -- Get message count and data
805:
806: OE_MSG_PUB.Count_And_Get
807: ( p_count => x_msg_count
808: , p_data => x_msg_data
809: );
810:

Line 817: OE_MSG_PUB.Count_And_Get

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

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

822: WHEN OTHERS THEN
823:
824: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
825:
826: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
827: THEN
828: OE_MSG_PUB.Add_Exc_Msg
829: ( G_PKG_NAME
830: , 'Change_Attribute'

Line 828: OE_MSG_PUB.Add_Exc_Msg

824: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
825:
826: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
827: THEN
828: OE_MSG_PUB.Add_Exc_Msg
829: ( G_PKG_NAME
830: , 'Change_Attribute'
831: );
832: END IF;

Line 836: OE_MSG_PUB.Count_And_Get

832: END IF;
833:
834: -- Get message count and data
835:
836: OE_MSG_PUB.Count_And_Get
837: ( p_count => x_msg_count
838: , p_data => x_msg_data
839: );
840:

Line 983: OE_MSG_PUB.Count_And_Get

979: x_return_status := FND_API.G_RET_STS_SUCCESS;
980:
981: -- Get message count and data
982:
983: OE_MSG_PUB.Count_And_Get
984: ( p_count => x_msg_count
985: , p_data => x_msg_data
986: );
987:

Line 997: OE_MSG_PUB.Count_And_Get

993: x_return_status := FND_API.G_RET_STS_ERROR;
994:
995: -- Get message count and data
996:
997: OE_MSG_PUB.Count_And_Get
998: ( p_count => x_msg_count
999: , p_data => x_msg_data
1000: );
1001:

Line 1008: OE_MSG_PUB.Count_And_Get

1004: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1005:
1006: -- Get message count and data
1007:
1008: OE_MSG_PUB.Count_And_Get
1009: ( p_count => x_msg_count
1010: , p_data => x_msg_data
1011: );
1012:

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

1013: WHEN OTHERS THEN
1014:
1015: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1016:
1017: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1018: THEN
1019: OE_MSG_PUB.Add_Exc_Msg
1020: ( G_PKG_NAME
1021: , 'Validate_And_Write'

Line 1019: OE_MSG_PUB.Add_Exc_Msg

1015: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1016:
1017: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1018: THEN
1019: OE_MSG_PUB.Add_Exc_Msg
1020: ( G_PKG_NAME
1021: , 'Validate_And_Write'
1022: );
1023: END IF;

Line 1027: OE_MSG_PUB.Count_And_Get

1023: END IF;
1024:
1025: -- Get message count and data
1026:
1027: OE_MSG_PUB.Count_And_Get
1028: ( p_count => x_msg_count
1029: , p_data => x_msg_data
1030: );
1031:

Line 1114: OE_MSG_PUB.Count_And_Get

1110: x_return_status := FND_API.G_RET_STS_SUCCESS;
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 1128: OE_MSG_PUB.Count_And_Get

1124: x_return_status := FND_API.G_RET_STS_ERROR;
1125:
1126: -- Get message count and data
1127:
1128: OE_MSG_PUB.Count_And_Get
1129: ( p_count => x_msg_count
1130: , p_data => x_msg_data
1131: );
1132:

Line 1139: OE_MSG_PUB.Count_And_Get

1135: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1136:
1137: -- Get message count and data
1138:
1139: OE_MSG_PUB.Count_And_Get
1140: ( p_count => x_msg_count
1141: , p_data => x_msg_data
1142: );
1143:

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

1144: WHEN OTHERS THEN
1145:
1146: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1147:
1148: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1149: THEN
1150: OE_MSG_PUB.Add_Exc_Msg
1151: ( G_PKG_NAME
1152: , 'Delete_Row'

Line 1150: OE_MSG_PUB.Add_Exc_Msg

1146: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1147:
1148: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1149: THEN
1150: OE_MSG_PUB.Add_Exc_Msg
1151: ( G_PKG_NAME
1152: , 'Delete_Row'
1153: );
1154: END IF;

Line 1158: OE_MSG_PUB.Count_And_Get

1154: END IF;
1155:
1156: -- Get message count and data
1157:
1158: OE_MSG_PUB.Count_And_Get
1159: ( p_count => x_msg_count
1160: , p_data => x_msg_data
1161: );
1162:

Line 1223: OE_MSG_PUB.Count_And_Get

1219: x_return_status := FND_API.G_RET_STS_SUCCESS;
1220:
1221: -- Get message count and data
1222:
1223: OE_MSG_PUB.Count_And_Get
1224: ( p_count => x_msg_count
1225: , p_data => x_msg_data
1226: );
1227:

Line 1237: OE_MSG_PUB.Count_And_Get

1233: x_return_status := FND_API.G_RET_STS_ERROR;
1234:
1235: -- Get message count and data
1236:
1237: OE_MSG_PUB.Count_And_Get
1238: ( p_count => x_msg_count
1239: , p_data => x_msg_data
1240: );
1241:

Line 1248: OE_MSG_PUB.Count_And_Get

1244: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1245:
1246: -- Get message count and data
1247:
1248: OE_MSG_PUB.Count_And_Get
1249: ( p_count => x_msg_count
1250: , p_data => x_msg_data
1251: );
1252:

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

1253: WHEN OTHERS THEN
1254:
1255: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1256:
1257: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1258: THEN
1259: OE_MSG_PUB.Add_Exc_Msg
1260: ( G_PKG_NAME
1261: , 'Process_Entity'

Line 1259: OE_MSG_PUB.Add_Exc_Msg

1255: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1256:
1257: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1258: THEN
1259: OE_MSG_PUB.Add_Exc_Msg
1260: ( G_PKG_NAME
1261: , 'Process_Entity'
1262: );
1263: END IF;

Line 1267: OE_MSG_PUB.Count_And_Get

1263: END IF;
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 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: