DBA Data[Home] [Help]

APPS.QP_QP_FORM_RQT dependencies on OE_MSG_PUB

Line 216: OE_MSG_PUB.Count_And_Get

212: x_return_status := FND_API.G_RET_STS_SUCCESS;
213:
214: -- Get message count and data
215:
216: OE_MSG_PUB.Count_And_Get
217: ( p_count => x_msg_count
218: , p_data => x_msg_data
219: );
220:

Line 230: OE_MSG_PUB.Count_And_Get

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

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

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

246: WHEN OTHERS THEN
247:
248: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
249:
250: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
251: THEN
252: OE_MSG_PUB.Add_Exc_Msg
253: ( G_PKG_NAME
254: , 'Default_Attributes'

Line 252: OE_MSG_PUB.Add_Exc_Msg

248: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
249:
250: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
251: THEN
252: OE_MSG_PUB.Add_Exc_Msg
253: ( G_PKG_NAME
254: , 'Default_Attributes'
255: );
256: END IF;

Line 260: OE_MSG_PUB.Count_And_Get

256: END IF;
257:
258: -- Get message count and data
259:
260: OE_MSG_PUB.Count_And_Get
261: ( p_count => x_msg_count
262: , p_data => x_msg_data
263: );
264:

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

421: ELSE
422:
423: -- Unexpected error, unrecognized attribute
424:
425: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
426: THEN
427: OE_MSG_PUB.Add_Exc_Msg
428: ( G_PKG_NAME
429: , 'Change_Attribute'

Line 427: OE_MSG_PUB.Add_Exc_Msg

423: -- Unexpected error, unrecognized attribute
424:
425: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
426: THEN
427: OE_MSG_PUB.Add_Exc_Msg
428: ( G_PKG_NAME
429: , 'Change_Attribute'
430: , 'Unrecognized attribute'
431: );

Line 690: OE_MSG_PUB.Count_And_Get

686: x_return_status := FND_API.G_RET_STS_SUCCESS;
687:
688: -- Get message count and data
689:
690: OE_MSG_PUB.Count_And_Get
691: ( p_count => x_msg_count
692: , p_data => x_msg_data
693: );
694:

Line 704: OE_MSG_PUB.Count_And_Get

700: x_return_status := FND_API.G_RET_STS_ERROR;
701:
702: -- Get message count and data
703:
704: OE_MSG_PUB.Count_And_Get
705: ( p_count => x_msg_count
706: , p_data => x_msg_data
707: );
708:

Line 715: OE_MSG_PUB.Count_And_Get

711: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
712:
713: -- Get message count and data
714:
715: OE_MSG_PUB.Count_And_Get
716: ( p_count => x_msg_count
717: , p_data => x_msg_data
718: );
719:

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

720: WHEN OTHERS THEN
721:
722: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
723:
724: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
725: THEN
726: OE_MSG_PUB.Add_Exc_Msg
727: ( G_PKG_NAME
728: , 'Change_Attribute'

Line 726: OE_MSG_PUB.Add_Exc_Msg

722: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
723:
724: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
725: THEN
726: OE_MSG_PUB.Add_Exc_Msg
727: ( G_PKG_NAME
728: , 'Change_Attribute'
729: );
730: END IF;

Line 734: OE_MSG_PUB.Count_And_Get

730: END IF;
731:
732: -- Get message count and data
733:
734: OE_MSG_PUB.Count_And_Get
735: ( p_count => x_msg_count
736: , p_data => x_msg_data
737: );
738:

Line 866: OE_MSG_PUB.Count_And_Get

862: x_return_status := FND_API.G_RET_STS_SUCCESS;
863:
864: -- Get message count and data
865:
866: OE_MSG_PUB.Count_And_Get
867: ( p_count => x_msg_count
868: , p_data => x_msg_data
869: );
870:

Line 880: OE_MSG_PUB.Count_And_Get

876: x_return_status := FND_API.G_RET_STS_ERROR;
877:
878: -- Get message count and data
879:
880: OE_MSG_PUB.Count_And_Get
881: ( p_count => x_msg_count
882: , p_data => x_msg_data
883: );
884:

Line 891: OE_MSG_PUB.Count_And_Get

887: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
888:
889: -- Get message count and data
890:
891: OE_MSG_PUB.Count_And_Get
892: ( p_count => x_msg_count
893: , p_data => x_msg_data
894: );
895:

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

896: WHEN OTHERS THEN
897:
898: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
899:
900: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
901: THEN
902: OE_MSG_PUB.Add_Exc_Msg
903: ( G_PKG_NAME
904: , 'Validate_And_Write'

Line 902: OE_MSG_PUB.Add_Exc_Msg

898: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
899:
900: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
901: THEN
902: OE_MSG_PUB.Add_Exc_Msg
903: ( G_PKG_NAME
904: , 'Validate_And_Write'
905: );
906: END IF;

Line 910: OE_MSG_PUB.Count_And_Get

906: END IF;
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 1009: OE_MSG_PUB.Count_And_Get

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

Line 1023: OE_MSG_PUB.Count_And_Get

1019: x_return_status := FND_API.G_RET_STS_ERROR;
1020:
1021: -- Get message count and data
1022:
1023: OE_MSG_PUB.Count_And_Get
1024: ( p_count => x_msg_count
1025: , p_data => x_msg_data
1026: );
1027:

Line 1034: OE_MSG_PUB.Count_And_Get

1030: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1031:
1032: -- Get message count and data
1033:
1034: OE_MSG_PUB.Count_And_Get
1035: ( p_count => x_msg_count
1036: , p_data => x_msg_data
1037: );
1038:

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

1039: WHEN OTHERS THEN
1040:
1041: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1042:
1043: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1044: THEN
1045: OE_MSG_PUB.Add_Exc_Msg
1046: ( G_PKG_NAME
1047: , 'Delete_Row'

Line 1045: OE_MSG_PUB.Add_Exc_Msg

1041: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1042:
1043: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1044: THEN
1045: OE_MSG_PUB.Add_Exc_Msg
1046: ( G_PKG_NAME
1047: , 'Delete_Row'
1048: );
1049: END IF;

Line 1053: OE_MSG_PUB.Count_And_Get

1049: END IF;
1050:
1051: -- Get message count and data
1052:
1053: OE_MSG_PUB.Count_And_Get
1054: ( p_count => x_msg_count
1055: , p_data => x_msg_data
1056: );
1057:

Line 1130: OE_MSG_PUB.Count_And_Get

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

Line 1144: OE_MSG_PUB.Count_And_Get

1140: x_return_status := FND_API.G_RET_STS_ERROR;
1141:
1142: -- Get message count and data
1143:
1144: OE_MSG_PUB.Count_And_Get
1145: ( p_count => x_msg_count
1146: , p_data => x_msg_data
1147: );
1148:

Line 1155: OE_MSG_PUB.Count_And_Get

1151: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1152:
1153: -- Get message count and data
1154:
1155: OE_MSG_PUB.Count_And_Get
1156: ( p_count => x_msg_count
1157: , p_data => x_msg_data
1158: );
1159:

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

1160: WHEN OTHERS THEN
1161:
1162: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1163:
1164: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1165: THEN
1166: OE_MSG_PUB.Add_Exc_Msg
1167: ( G_PKG_NAME
1168: , 'Process_Entity'

Line 1166: OE_MSG_PUB.Add_Exc_Msg

1162: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1163:
1164: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1165: THEN
1166: OE_MSG_PUB.Add_Exc_Msg
1167: ( G_PKG_NAME
1168: , 'Process_Entity'
1169: );
1170: END IF;

Line 1174: OE_MSG_PUB.Count_And_Get

1170: END IF;
1171:
1172: -- Get message count and data
1173:
1174: OE_MSG_PUB.Count_And_Get
1175: ( p_count => x_msg_count
1176: , p_data => x_msg_data
1177: );
1178:

Line 1315: OE_MSG_PUB.Count_And_Get

1311: x_return_status := l_return_status;
1312:
1313: -- Get message count and data
1314:
1315: OE_MSG_PUB.Count_And_Get
1316: ( p_count => x_msg_count
1317: , p_data => x_msg_data
1318: );
1319:

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

1321: EXCEPTION
1322:
1323: WHEN OTHERS THEN
1324:
1325: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1326: THEN
1327: OE_MSG_PUB.Add_Exc_Msg
1328: ( G_PKG_NAME
1329: , 'Lock_Row'

Line 1327: OE_MSG_PUB.Add_Exc_Msg

1323: WHEN OTHERS THEN
1324:
1325: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1326: THEN
1327: OE_MSG_PUB.Add_Exc_Msg
1328: ( G_PKG_NAME
1329: , 'Lock_Row'
1330: );
1331: END IF;

Line 1337: OE_MSG_PUB.Count_And_Get

1333: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1334:
1335: -- Get message count and data
1336:
1337: OE_MSG_PUB.Count_And_Get
1338: ( p_count => x_msg_count
1339: , p_data => x_msg_data
1340: );
1341: