DBA Data[Home] [Help]

APPS.QP_QP_FORM_CON dependencies on OE_MSG_PUB

Line 193: OE_MSG_PUB.Count_And_Get

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

203: x_return_status := FND_API.G_RET_STS_ERROR;
204:
205: -- Get message count and data
206:
207: OE_MSG_PUB.Count_And_Get
208: ( p_count => x_msg_count
209: , p_data => x_msg_data
210: );
211:

Line 218: OE_MSG_PUB.Count_And_Get

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

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

223: WHEN OTHERS THEN
224:
225: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
226:
227: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
228: THEN
229: OE_MSG_PUB.Add_Exc_Msg
230: ( G_PKG_NAME
231: , 'Default_Attributes'

Line 229: OE_MSG_PUB.Add_Exc_Msg

225: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
226:
227: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
228: THEN
229: OE_MSG_PUB.Add_Exc_Msg
230: ( G_PKG_NAME
231: , 'Default_Attributes'
232: );
233: END IF;

Line 237: OE_MSG_PUB.Count_And_Get

233: END IF;
234:
235: -- Get message count and data
236:
237: OE_MSG_PUB.Count_And_Get
238: ( p_count => x_msg_count
239: , p_data => x_msg_data
240: );
241:

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

387: ELSE
388:
389: -- Unexpected error, unrecognized attribute
390:
391: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
392: THEN
393: OE_MSG_PUB.Add_Exc_Msg
394: ( G_PKG_NAME
395: , 'Change_Attribute'

Line 393: OE_MSG_PUB.Add_Exc_Msg

389: -- Unexpected error, unrecognized attribute
390:
391: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
392: THEN
393: OE_MSG_PUB.Add_Exc_Msg
394: ( G_PKG_NAME
395: , 'Change_Attribute'
396: , 'Unrecognized attribute'
397: );

Line 641: OE_MSG_PUB.Count_And_Get

637: x_return_status := FND_API.G_RET_STS_SUCCESS;
638:
639: -- Get message count and data
640:
641: OE_MSG_PUB.Count_And_Get
642: ( p_count => x_msg_count
643: , p_data => x_msg_data
644: );
645:

Line 655: OE_MSG_PUB.Count_And_Get

651: x_return_status := FND_API.G_RET_STS_ERROR;
652:
653: -- Get message count and data
654:
655: OE_MSG_PUB.Count_And_Get
656: ( p_count => x_msg_count
657: , p_data => x_msg_data
658: );
659:

Line 666: OE_MSG_PUB.Count_And_Get

662: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
663:
664: -- Get message count and data
665:
666: OE_MSG_PUB.Count_And_Get
667: ( p_count => x_msg_count
668: , p_data => x_msg_data
669: );
670:

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

671: WHEN OTHERS THEN
672:
673: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
674:
675: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
676: THEN
677: OE_MSG_PUB.Add_Exc_Msg
678: ( G_PKG_NAME
679: , 'Change_Attribute'

Line 677: OE_MSG_PUB.Add_Exc_Msg

673: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
674:
675: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
676: THEN
677: OE_MSG_PUB.Add_Exc_Msg
678: ( G_PKG_NAME
679: , 'Change_Attribute'
680: );
681: END IF;

Line 685: OE_MSG_PUB.Count_And_Get

681: END IF;
682:
683: -- Get message count and data
684:
685: OE_MSG_PUB.Count_And_Get
686: ( p_count => x_msg_count
687: , p_data => x_msg_data
688: );
689:

Line 797: OE_MSG_PUB.Count_And_Get

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

Line 811: OE_MSG_PUB.Count_And_Get

807: x_return_status := FND_API.G_RET_STS_ERROR;
808:
809: -- Get message count and data
810:
811: OE_MSG_PUB.Count_And_Get
812: ( p_count => x_msg_count
813: , p_data => x_msg_data
814: );
815:

Line 822: OE_MSG_PUB.Count_And_Get

818: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
819:
820: -- Get message count and data
821:
822: OE_MSG_PUB.Count_And_Get
823: ( p_count => x_msg_count
824: , p_data => x_msg_data
825: );
826:

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

827: WHEN OTHERS THEN
828:
829: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
830:
831: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
832: THEN
833: OE_MSG_PUB.Add_Exc_Msg
834: ( G_PKG_NAME
835: , 'Validate_And_Write'

Line 833: OE_MSG_PUB.Add_Exc_Msg

829: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
830:
831: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
832: THEN
833: OE_MSG_PUB.Add_Exc_Msg
834: ( G_PKG_NAME
835: , 'Validate_And_Write'
836: );
837: END IF;

Line 841: OE_MSG_PUB.Count_And_Get

837: END IF;
838:
839: -- Get message count and data
840:
841: OE_MSG_PUB.Count_And_Get
842: ( p_count => x_msg_count
843: , p_data => x_msg_data
844: );
845:

Line 923: OE_MSG_PUB.Count_And_Get

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

Line 937: OE_MSG_PUB.Count_And_Get

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

944: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
945:
946: -- Get message count and data
947:
948: OE_MSG_PUB.Count_And_Get
949: ( p_count => x_msg_count
950: , p_data => x_msg_data
951: );
952:

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

953: WHEN OTHERS THEN
954:
955: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
956:
957: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
958: THEN
959: OE_MSG_PUB.Add_Exc_Msg
960: ( G_PKG_NAME
961: , 'Delete_Row'

Line 959: OE_MSG_PUB.Add_Exc_Msg

955: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
956:
957: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
958: THEN
959: OE_MSG_PUB.Add_Exc_Msg
960: ( G_PKG_NAME
961: , 'Delete_Row'
962: );
963: END IF;

Line 967: OE_MSG_PUB.Count_And_Get

963: END IF;
964:
965: -- Get message count and data
966:
967: OE_MSG_PUB.Count_And_Get
968: ( p_count => x_msg_count
969: , p_data => x_msg_data
970: );
971:

Line 1032: OE_MSG_PUB.Count_And_Get

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

Line 1046: OE_MSG_PUB.Count_And_Get

1042: x_return_status := FND_API.G_RET_STS_ERROR;
1043:
1044: -- Get message count and data
1045:
1046: OE_MSG_PUB.Count_And_Get
1047: ( p_count => x_msg_count
1048: , p_data => x_msg_data
1049: );
1050:

Line 1057: OE_MSG_PUB.Count_And_Get

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

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

1062: WHEN OTHERS THEN
1063:
1064: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1065:
1066: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1067: THEN
1068: OE_MSG_PUB.Add_Exc_Msg
1069: ( G_PKG_NAME
1070: , 'Process_Entity'

Line 1068: OE_MSG_PUB.Add_Exc_Msg

1064: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1065:
1066: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1067: THEN
1068: OE_MSG_PUB.Add_Exc_Msg
1069: ( G_PKG_NAME
1070: , 'Process_Entity'
1071: );
1072: END IF;

Line 1076: OE_MSG_PUB.Count_And_Get

1072: END IF;
1073:
1074: -- Get message count and data
1075:
1076: OE_MSG_PUB.Count_And_Get
1077: ( p_count => x_msg_count
1078: , p_data => x_msg_data
1079: );
1080:

Line 1141: OE_MSG_PUB.Count_And_Get

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

Line 1155: OE_MSG_PUB.Count_And_Get

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

1162: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1163:
1164: -- Get message count and data
1165:
1166: OE_MSG_PUB.Count_And_Get
1167: ( p_count => x_msg_count
1168: , p_data => x_msg_data
1169: );
1170:

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

1171: WHEN OTHERS THEN
1172:
1173: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1174:
1175: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1176: THEN
1177: OE_MSG_PUB.Add_Exc_Msg
1178: ( G_PKG_NAME
1179: , 'Process_Object'

Line 1177: OE_MSG_PUB.Add_Exc_Msg

1173: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1174:
1175: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1176: THEN
1177: OE_MSG_PUB.Add_Exc_Msg
1178: ( G_PKG_NAME
1179: , 'Process_Object'
1180: );
1181: END IF;

Line 1185: OE_MSG_PUB.Count_And_Get

1181: END IF;
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 1309: OE_MSG_PUB.Count_And_Get

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

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

1315: EXCEPTION
1316:
1317: WHEN OTHERS THEN
1318:
1319: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1320: THEN
1321: OE_MSG_PUB.Add_Exc_Msg
1322: ( G_PKG_NAME
1323: , 'Lock_Row'

Line 1321: OE_MSG_PUB.Add_Exc_Msg

1317: WHEN OTHERS THEN
1318:
1319: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1320: THEN
1321: OE_MSG_PUB.Add_Exc_Msg
1322: ( G_PKG_NAME
1323: , 'Lock_Row'
1324: );
1325: END IF;

Line 1331: OE_MSG_PUB.Count_And_Get

1327: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1328:
1329: -- Get message count and data
1330:
1331: OE_MSG_PUB.Count_And_Get
1332: ( p_count => x_msg_count
1333: , p_data => x_msg_data
1334: );
1335: