DBA Data[Home] [Help]

APPS.QP_QP_FORM_LIMIT_BALANCES dependencies on OE_MSG_PUB

Line 221: OE_MSG_PUB.Count_And_Get

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

Line 235: OE_MSG_PUB.Count_And_Get

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

Line 246: OE_MSG_PUB.Count_And_Get

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

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

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

Line 257: OE_MSG_PUB.Add_Exc_Msg

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

Line 265: OE_MSG_PUB.Count_And_Get

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

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

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

Line 451: OE_MSG_PUB.Add_Exc_Msg

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

Line 770: OE_MSG_PUB.Count_And_Get

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

Line 784: OE_MSG_PUB.Count_And_Get

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

Line 795: OE_MSG_PUB.Count_And_Get

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

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

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

Line 806: OE_MSG_PUB.Add_Exc_Msg

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

Line 814: OE_MSG_PUB.Count_And_Get

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

Line 937: OE_MSG_PUB.Count_And_Get

933: x_return_status := FND_API.G_RET_STS_SUCCESS;
934:
935: -- Get message count and data
936:
937: OE_MSG_PUB.Count_And_Get
938: ( p_count => x_msg_count
939: , p_data => x_msg_data
940: );
941:

Line 951: OE_MSG_PUB.Count_And_Get

947: x_return_status := FND_API.G_RET_STS_ERROR;
948:
949: -- Get message count and data
950:
951: OE_MSG_PUB.Count_And_Get
952: ( p_count => x_msg_count
953: , p_data => x_msg_data
954: );
955:

Line 962: OE_MSG_PUB.Count_And_Get

958: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
959:
960: -- Get message count and data
961:
962: OE_MSG_PUB.Count_And_Get
963: ( p_count => x_msg_count
964: , p_data => x_msg_data
965: );
966:

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

967: WHEN OTHERS THEN
968:
969: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
970:
971: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
972: THEN
973: OE_MSG_PUB.Add_Exc_Msg
974: ( G_PKG_NAME
975: , 'Validate_And_Write'

Line 973: OE_MSG_PUB.Add_Exc_Msg

969: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
970:
971: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
972: THEN
973: OE_MSG_PUB.Add_Exc_Msg
974: ( G_PKG_NAME
975: , 'Validate_And_Write'
976: );
977: END IF;

Line 981: OE_MSG_PUB.Count_And_Get

977: END IF;
978:
979: -- Get message count and data
980:
981: OE_MSG_PUB.Count_And_Get
982: ( p_count => x_msg_count
983: , p_data => x_msg_data
984: );
985:

Line 1071: OE_MSG_PUB.Count_And_Get

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

Line 1085: OE_MSG_PUB.Count_And_Get

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

1092: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1093:
1094: -- Get message count and data
1095:
1096: OE_MSG_PUB.Count_And_Get
1097: ( p_count => x_msg_count
1098: , p_data => x_msg_data
1099: );
1100:

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

1101: WHEN OTHERS THEN
1102:
1103: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1104:
1105: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1106: THEN
1107: OE_MSG_PUB.Add_Exc_Msg
1108: ( G_PKG_NAME
1109: , 'Delete_Row'

Line 1107: OE_MSG_PUB.Add_Exc_Msg

1103: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1104:
1105: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1106: THEN
1107: OE_MSG_PUB.Add_Exc_Msg
1108: ( G_PKG_NAME
1109: , 'Delete_Row'
1110: );
1111: END IF;

Line 1115: OE_MSG_PUB.Count_And_Get

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

Line 1183: OE_MSG_PUB.Count_And_Get

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

Line 1197: OE_MSG_PUB.Count_And_Get

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

Line 1208: OE_MSG_PUB.Count_And_Get

1204: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1205:
1206: -- Get message count and data
1207:
1208: OE_MSG_PUB.Count_And_Get
1209: ( p_count => x_msg_count
1210: , p_data => x_msg_data
1211: );
1212:

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

1213: WHEN OTHERS THEN
1214:
1215: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1216:
1217: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1218: THEN
1219: OE_MSG_PUB.Add_Exc_Msg
1220: ( G_PKG_NAME
1221: , 'Process_Entity'

Line 1219: OE_MSG_PUB.Add_Exc_Msg

1215: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1216:
1217: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1218: THEN
1219: OE_MSG_PUB.Add_Exc_Msg
1220: ( G_PKG_NAME
1221: , 'Process_Entity'
1222: );
1223: END IF;

Line 1227: OE_MSG_PUB.Count_And_Get

1223: END IF;
1224:
1225: -- Get message count and data
1226:
1227: OE_MSG_PUB.Count_And_Get
1228: ( p_count => x_msg_count
1229: , p_data => x_msg_data
1230: );
1231:

Line 1379: OE_MSG_PUB.Count_And_Get

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

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

1385: EXCEPTION
1386:
1387: WHEN OTHERS THEN
1388:
1389: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1390: THEN
1391: OE_MSG_PUB.Add_Exc_Msg
1392: ( G_PKG_NAME
1393: , 'Lock_Row'

Line 1391: OE_MSG_PUB.Add_Exc_Msg

1387: WHEN OTHERS THEN
1388:
1389: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1390: THEN
1391: OE_MSG_PUB.Add_Exc_Msg
1392: ( G_PKG_NAME
1393: , 'Lock_Row'
1394: );
1395: END IF;

Line 1401: OE_MSG_PUB.Count_And_Get

1397: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1398:
1399: -- Get message count and data
1400:
1401: OE_MSG_PUB.Count_And_Get
1402: ( p_count => x_msg_count
1403: , p_data => x_msg_data
1404: );
1405: