DBA Data[Home] [Help]

APPS.QP_QP_FORM_PSG 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 427: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

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

Line 429: OE_MSG_PUB.Add_Exc_Msg

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

Line 697: OE_MSG_PUB.Count_And_Get

693: x_return_status := FND_API.G_RET_STS_SUCCESS;
694:
695: -- Get message count and data
696:
697: OE_MSG_PUB.Count_And_Get
698: ( p_count => x_msg_count
699: , p_data => x_msg_data
700: );
701:

Line 711: OE_MSG_PUB.Count_And_Get

707: x_return_status := FND_API.G_RET_STS_ERROR;
708:
709: -- Get message count and data
710:
711: OE_MSG_PUB.Count_And_Get
712: ( p_count => x_msg_count
713: , p_data => x_msg_data
714: );
715:

Line 722: OE_MSG_PUB.Count_And_Get

718: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
719:
720: -- Get message count and data
721:
722: OE_MSG_PUB.Count_And_Get
723: ( p_count => x_msg_count
724: , p_data => x_msg_data
725: );
726:

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

727: WHEN OTHERS THEN
728:
729: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
730:
731: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
732: THEN
733: OE_MSG_PUB.Add_Exc_Msg
734: ( G_PKG_NAME
735: , 'Change_Attribute'

Line 733: OE_MSG_PUB.Add_Exc_Msg

729: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
730:
731: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
732: THEN
733: OE_MSG_PUB.Add_Exc_Msg
734: ( G_PKG_NAME
735: , 'Change_Attribute'
736: );
737: END IF;

Line 741: OE_MSG_PUB.Count_And_Get

737: END IF;
738:
739: -- Get message count and data
740:
741: OE_MSG_PUB.Count_And_Get
742: ( p_count => x_msg_count
743: , p_data => x_msg_data
744: );
745:

Line 873: OE_MSG_PUB.Count_And_Get

869: x_return_status := FND_API.G_RET_STS_SUCCESS;
870:
871: -- Get message count and data
872:
873: OE_MSG_PUB.Count_And_Get
874: ( p_count => x_msg_count
875: , p_data => x_msg_data
876: );
877:

Line 887: OE_MSG_PUB.Count_And_Get

883: x_return_status := FND_API.G_RET_STS_ERROR;
884:
885: -- Get message count and data
886:
887: OE_MSG_PUB.Count_And_Get
888: ( p_count => x_msg_count
889: , p_data => x_msg_data
890: );
891:

Line 898: OE_MSG_PUB.Count_And_Get

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

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

903: WHEN OTHERS THEN
904:
905: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
906:
907: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
908: THEN
909: OE_MSG_PUB.Add_Exc_Msg
910: ( G_PKG_NAME
911: , 'Validate_And_Write'

Line 909: OE_MSG_PUB.Add_Exc_Msg

905: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
906:
907: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
908: THEN
909: OE_MSG_PUB.Add_Exc_Msg
910: ( G_PKG_NAME
911: , 'Validate_And_Write'
912: );
913: END IF;

Line 917: OE_MSG_PUB.Count_And_Get

913: END IF;
914:
915: -- Get message count and data
916:
917: OE_MSG_PUB.Count_And_Get
918: ( p_count => x_msg_count
919: , p_data => x_msg_data
920: );
921:

Line 1016: OE_MSG_PUB.Count_And_Get

1012: x_return_status := FND_API.G_RET_STS_SUCCESS;
1013:
1014: -- Get message count and data
1015:
1016: OE_MSG_PUB.Count_And_Get
1017: ( p_count => x_msg_count
1018: , p_data => x_msg_data
1019: );
1020:

Line 1030: OE_MSG_PUB.Count_And_Get

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

Line 1041: OE_MSG_PUB.Count_And_Get

1037: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1038:
1039: -- Get message count and data
1040:
1041: OE_MSG_PUB.Count_And_Get
1042: ( p_count => x_msg_count
1043: , p_data => x_msg_data
1044: );
1045:

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

1046: WHEN OTHERS THEN
1047:
1048: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1049:
1050: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1051: THEN
1052: OE_MSG_PUB.Add_Exc_Msg
1053: ( G_PKG_NAME
1054: , 'Delete_Row'

Line 1052: OE_MSG_PUB.Add_Exc_Msg

1048: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1049:
1050: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1051: THEN
1052: OE_MSG_PUB.Add_Exc_Msg
1053: ( G_PKG_NAME
1054: , 'Delete_Row'
1055: );
1056: END IF;

Line 1060: OE_MSG_PUB.Count_And_Get

1056: END IF;
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 1137: OE_MSG_PUB.Count_And_Get

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

Line 1151: OE_MSG_PUB.Count_And_Get

1147: x_return_status := FND_API.G_RET_STS_ERROR;
1148:
1149: -- Get message count and data
1150:
1151: OE_MSG_PUB.Count_And_Get
1152: ( p_count => x_msg_count
1153: , p_data => x_msg_data
1154: );
1155:

Line 1162: OE_MSG_PUB.Count_And_Get

1158: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1159:
1160: -- Get message count and data
1161:
1162: OE_MSG_PUB.Count_And_Get
1163: ( p_count => x_msg_count
1164: , p_data => x_msg_data
1165: );
1166:

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

1167: WHEN OTHERS THEN
1168:
1169: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1170:
1171: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1172: THEN
1173: OE_MSG_PUB.Add_Exc_Msg
1174: ( G_PKG_NAME
1175: , 'Process_Entity'

Line 1173: OE_MSG_PUB.Add_Exc_Msg

1169: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1170:
1171: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1172: THEN
1173: OE_MSG_PUB.Add_Exc_Msg
1174: ( G_PKG_NAME
1175: , 'Process_Entity'
1176: );
1177: END IF;

Line 1181: OE_MSG_PUB.Count_And_Get

1177: END IF;
1178:
1179: -- Get message count and data
1180:
1181: OE_MSG_PUB.Count_And_Get
1182: ( p_count => x_msg_count
1183: , p_data => x_msg_data
1184: );
1185:

Line 1324: OE_MSG_PUB.Count_And_Get

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

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

1330: EXCEPTION
1331:
1332: WHEN OTHERS THEN
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: , 'Lock_Row'

Line 1336: OE_MSG_PUB.Add_Exc_Msg

1332: WHEN OTHERS THEN
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: , 'Lock_Row'
1339: );
1340: END IF;

Line 1346: OE_MSG_PUB.Count_And_Get

1342: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1343:
1344: -- Get message count and data
1345:
1346: OE_MSG_PUB.Count_And_Get
1347: ( p_count => x_msg_count
1348: , p_data => x_msg_data
1349: );
1350: