DBA Data[Home] [Help]

APPS.QP_QP_FORM_SSC dependencies on OE_MSG_PUB

Line 204: OE_MSG_PUB.Count_And_Get

200: x_return_status := FND_API.G_RET_STS_SUCCESS;
201:
202: -- Get message count and data
203:
204: OE_MSG_PUB.Count_And_Get
205: ( p_count => x_msg_count
206: , p_data => x_msg_data
207: );
208:

Line 218: OE_MSG_PUB.Count_And_Get

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

225: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
226:
227: -- Get message count and data
228:
229: OE_MSG_PUB.Count_And_Get
230: ( p_count => x_msg_count
231: , p_data => x_msg_data
232: );
233:

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

234: WHEN OTHERS THEN
235:
236: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
237:
238: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
239: THEN
240: OE_MSG_PUB.Add_Exc_Msg
241: ( G_PKG_NAME
242: , 'Default_Attributes'

Line 240: OE_MSG_PUB.Add_Exc_Msg

236: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
237:
238: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
239: THEN
240: OE_MSG_PUB.Add_Exc_Msg
241: ( G_PKG_NAME
242: , 'Default_Attributes'
243: );
244: END IF;

Line 248: OE_MSG_PUB.Count_And_Get

244: END IF;
245:
246: -- Get message count and data
247:
248: OE_MSG_PUB.Count_And_Get
249: ( p_count => x_msg_count
250: , p_data => x_msg_data
251: );
252:

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

393: ELSE
394:
395: -- Unexpected error, unrecognized attribute
396:
397: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
398: THEN
399: OE_MSG_PUB.Add_Exc_Msg
400: ( G_PKG_NAME
401: , 'Change_Attribute'

Line 399: OE_MSG_PUB.Add_Exc_Msg

395: -- Unexpected error, unrecognized attribute
396:
397: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
398: THEN
399: OE_MSG_PUB.Add_Exc_Msg
400: ( G_PKG_NAME
401: , 'Change_Attribute'
402: , 'Unrecognized attribute'
403: );

Line 625: OE_MSG_PUB.Count_And_Get

621: x_return_status := FND_API.G_RET_STS_SUCCESS;
622:
623: -- Get message count and data
624:
625: OE_MSG_PUB.Count_And_Get
626: ( p_count => x_msg_count
627: , p_data => x_msg_data
628: );
629:

Line 639: OE_MSG_PUB.Count_And_Get

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

Line 650: OE_MSG_PUB.Count_And_Get

646: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
647:
648: -- Get message count and data
649:
650: OE_MSG_PUB.Count_And_Get
651: ( p_count => x_msg_count
652: , p_data => x_msg_data
653: );
654:

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

655: WHEN OTHERS THEN
656:
657: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
658:
659: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
660: THEN
661: OE_MSG_PUB.Add_Exc_Msg
662: ( G_PKG_NAME
663: , 'Change_Attribute'

Line 661: OE_MSG_PUB.Add_Exc_Msg

657: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
658:
659: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
660: THEN
661: OE_MSG_PUB.Add_Exc_Msg
662: ( G_PKG_NAME
663: , 'Change_Attribute'
664: );
665: END IF;

Line 669: OE_MSG_PUB.Count_And_Get

665: END IF;
666:
667: -- Get message count and data
668:
669: OE_MSG_PUB.Count_And_Get
670: ( p_count => x_msg_count
671: , p_data => x_msg_data
672: );
673:

Line 801: OE_MSG_PUB.Count_And_Get

797: x_return_status := FND_API.G_RET_STS_SUCCESS;
798:
799: -- Get message count and data
800:
801: OE_MSG_PUB.Count_And_Get
802: ( p_count => x_msg_count
803: , p_data => x_msg_data
804: );
805:

Line 815: OE_MSG_PUB.Count_And_Get

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

Line 826: OE_MSG_PUB.Count_And_Get

822: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
823:
824: -- Get message count and data
825:
826: OE_MSG_PUB.Count_And_Get
827: ( p_count => x_msg_count
828: , p_data => x_msg_data
829: );
830:

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

831: WHEN OTHERS THEN
832:
833: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
834:
835: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
836: THEN
837: OE_MSG_PUB.Add_Exc_Msg
838: ( G_PKG_NAME
839: , 'Validate_And_Write'

Line 837: OE_MSG_PUB.Add_Exc_Msg

833: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
834:
835: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
836: THEN
837: OE_MSG_PUB.Add_Exc_Msg
838: ( G_PKG_NAME
839: , 'Validate_And_Write'
840: );
841: END IF;

Line 845: OE_MSG_PUB.Count_And_Get

841: END IF;
842:
843: -- Get message count and data
844:
845: OE_MSG_PUB.Count_And_Get
846: ( p_count => x_msg_count
847: , p_data => x_msg_data
848: );
849:

Line 944: OE_MSG_PUB.Count_And_Get

940: x_return_status := FND_API.G_RET_STS_SUCCESS;
941:
942: -- Get message count and data
943:
944: OE_MSG_PUB.Count_And_Get
945: ( p_count => x_msg_count
946: , p_data => x_msg_data
947: );
948:

Line 958: OE_MSG_PUB.Count_And_Get

954: x_return_status := FND_API.G_RET_STS_ERROR;
955:
956: -- Get message count and data
957:
958: OE_MSG_PUB.Count_And_Get
959: ( p_count => x_msg_count
960: , p_data => x_msg_data
961: );
962:

Line 969: OE_MSG_PUB.Count_And_Get

965: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
966:
967: -- Get message count and data
968:
969: OE_MSG_PUB.Count_And_Get
970: ( p_count => x_msg_count
971: , p_data => x_msg_data
972: );
973:

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

974: WHEN OTHERS THEN
975:
976: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
977:
978: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
979: THEN
980: OE_MSG_PUB.Add_Exc_Msg
981: ( G_PKG_NAME
982: , 'Delete_Row'

Line 980: OE_MSG_PUB.Add_Exc_Msg

976: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
977:
978: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
979: THEN
980: OE_MSG_PUB.Add_Exc_Msg
981: ( G_PKG_NAME
982: , 'Delete_Row'
983: );
984: END IF;

Line 988: OE_MSG_PUB.Count_And_Get

984: END IF;
985:
986: -- Get message count and data
987:
988: OE_MSG_PUB.Count_And_Get
989: ( p_count => x_msg_count
990: , p_data => x_msg_data
991: );
992:

Line 1065: OE_MSG_PUB.Count_And_Get

1061: x_return_status := FND_API.G_RET_STS_SUCCESS;
1062:
1063: -- Get message count and data
1064:
1065: OE_MSG_PUB.Count_And_Get
1066: ( p_count => x_msg_count
1067: , p_data => x_msg_data
1068: );
1069:

Line 1079: OE_MSG_PUB.Count_And_Get

1075: x_return_status := FND_API.G_RET_STS_ERROR;
1076:
1077: -- Get message count and data
1078:
1079: OE_MSG_PUB.Count_And_Get
1080: ( p_count => x_msg_count
1081: , p_data => x_msg_data
1082: );
1083:

Line 1090: OE_MSG_PUB.Count_And_Get

1086: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1087:
1088: -- Get message count and data
1089:
1090: OE_MSG_PUB.Count_And_Get
1091: ( p_count => x_msg_count
1092: , p_data => x_msg_data
1093: );
1094:

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

1095: WHEN OTHERS THEN
1096:
1097: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1098:
1099: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1100: THEN
1101: OE_MSG_PUB.Add_Exc_Msg
1102: ( G_PKG_NAME
1103: , 'Process_Entity'

Line 1101: OE_MSG_PUB.Add_Exc_Msg

1097: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1098:
1099: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1100: THEN
1101: OE_MSG_PUB.Add_Exc_Msg
1102: ( G_PKG_NAME
1103: , 'Process_Entity'
1104: );
1105: END IF;

Line 1109: OE_MSG_PUB.Count_And_Get

1105: END IF;
1106:
1107: -- Get message count and data
1108:
1109: OE_MSG_PUB.Count_And_Get
1110: ( p_count => x_msg_count
1111: , p_data => x_msg_data
1112: );
1113:

Line 1240: OE_MSG_PUB.Count_And_Get

1236: x_return_status := l_return_status;
1237:
1238: -- Get message count and data
1239:
1240: OE_MSG_PUB.Count_And_Get
1241: ( p_count => x_msg_count
1242: , p_data => x_msg_data
1243: );
1244:

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

1246: EXCEPTION
1247:
1248: WHEN OTHERS THEN
1249:
1250: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1251: THEN
1252: OE_MSG_PUB.Add_Exc_Msg
1253: ( G_PKG_NAME
1254: , 'Lock_Row'

Line 1252: OE_MSG_PUB.Add_Exc_Msg

1248: WHEN OTHERS THEN
1249:
1250: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1251: THEN
1252: OE_MSG_PUB.Add_Exc_Msg
1253: ( G_PKG_NAME
1254: , 'Lock_Row'
1255: );
1256: END IF;

Line 1262: OE_MSG_PUB.Count_And_Get

1258: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1259:
1260: -- Get message count and data
1261:
1262: OE_MSG_PUB.Count_And_Get
1263: ( p_count => x_msg_count
1264: , p_data => x_msg_data
1265: );
1266: