DBA Data[Home] [Help]

APPS.QP_QP_FORM_FORMULA dependencies on OE_MSG_PUB

Line 183: OE_MSG_PUB.Count_And_Get

179: x_return_status := FND_API.G_RET_STS_SUCCESS;
180:
181: -- Get message count and data
182:
183: OE_MSG_PUB.Count_And_Get
184: ( p_count => x_msg_count
185: , p_data => x_msg_data
186: );
187:

Line 197: OE_MSG_PUB.Count_And_Get

193: x_return_status := FND_API.G_RET_STS_ERROR;
194:
195: -- Get message count and data
196:
197: OE_MSG_PUB.Count_And_Get
198: ( p_count => x_msg_count
199: , p_data => x_msg_data
200: );
201:

Line 208: OE_MSG_PUB.Count_And_Get

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

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

213: WHEN OTHERS THEN
214:
215: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
216:
217: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
218: THEN
219: OE_MSG_PUB.Add_Exc_Msg
220: ( G_PKG_NAME
221: , 'Default_Attributes'

Line 219: OE_MSG_PUB.Add_Exc_Msg

215: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
216:
217: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
218: THEN
219: OE_MSG_PUB.Add_Exc_Msg
220: ( G_PKG_NAME
221: , 'Default_Attributes'
222: );
223: END IF;

Line 227: OE_MSG_PUB.Count_And_Get

223: END IF;
224:
225: -- Get message count and data
226:
227: OE_MSG_PUB.Count_And_Get
228: ( p_count => x_msg_count
229: , p_data => x_msg_data
230: );
231:

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

366: ELSE
367:
368: -- Unexpected error, unrecognized attribute
369:
370: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
371: THEN
372: OE_MSG_PUB.Add_Exc_Msg
373: ( G_PKG_NAME
374: , 'Change_Attribute'

Line 372: OE_MSG_PUB.Add_Exc_Msg

368: -- Unexpected error, unrecognized attribute
369:
370: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
371: THEN
372: OE_MSG_PUB.Add_Exc_Msg
373: ( G_PKG_NAME
374: , 'Change_Attribute'
375: , 'Unrecognized attribute'
376: );

Line 595: OE_MSG_PUB.Count_And_Get

591: x_return_status := FND_API.G_RET_STS_SUCCESS;
592:
593: -- Get message count and data
594:
595: OE_MSG_PUB.Count_And_Get
596: ( p_count => x_msg_count
597: , p_data => x_msg_data
598: );
599:

Line 609: OE_MSG_PUB.Count_And_Get

605: x_return_status := FND_API.G_RET_STS_ERROR;
606:
607: -- Get message count and data
608:
609: OE_MSG_PUB.Count_And_Get
610: ( p_count => x_msg_count
611: , p_data => x_msg_data
612: );
613:

Line 620: OE_MSG_PUB.Count_And_Get

616: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
617:
618: -- Get message count and data
619:
620: OE_MSG_PUB.Count_And_Get
621: ( p_count => x_msg_count
622: , p_data => x_msg_data
623: );
624:

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

625: WHEN OTHERS THEN
626:
627: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
628:
629: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
630: THEN
631: OE_MSG_PUB.Add_Exc_Msg
632: ( G_PKG_NAME
633: , 'Change_Attribute'

Line 631: OE_MSG_PUB.Add_Exc_Msg

627: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
628:
629: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
630: THEN
631: OE_MSG_PUB.Add_Exc_Msg
632: ( G_PKG_NAME
633: , 'Change_Attribute'
634: );
635: END IF;

Line 639: OE_MSG_PUB.Count_And_Get

635: END IF;
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 751: OE_MSG_PUB.Count_And_Get

747: x_return_status := FND_API.G_RET_STS_SUCCESS;
748:
749: -- Get message count and data
750:
751: OE_MSG_PUB.Count_And_Get
752: ( p_count => x_msg_count
753: , p_data => x_msg_data
754: );
755:

Line 765: OE_MSG_PUB.Count_And_Get

761: x_return_status := FND_API.G_RET_STS_ERROR;
762:
763: -- Get message count and data
764:
765: OE_MSG_PUB.Count_And_Get
766: ( p_count => x_msg_count
767: , p_data => x_msg_data
768: );
769:

Line 776: OE_MSG_PUB.Count_And_Get

772: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
773:
774: -- Get message count and data
775:
776: OE_MSG_PUB.Count_And_Get
777: ( p_count => x_msg_count
778: , p_data => x_msg_data
779: );
780:

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

781: WHEN OTHERS THEN
782:
783: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
784:
785: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
786: THEN
787: OE_MSG_PUB.Add_Exc_Msg
788: ( G_PKG_NAME
789: , 'Validate_And_Write'

Line 787: OE_MSG_PUB.Add_Exc_Msg

783: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
784:
785: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
786: THEN
787: OE_MSG_PUB.Add_Exc_Msg
788: ( G_PKG_NAME
789: , 'Validate_And_Write'
790: );
791: END IF;

Line 795: OE_MSG_PUB.Count_And_Get

791: END IF;
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 877: OE_MSG_PUB.Count_And_Get

873: x_return_status := FND_API.G_RET_STS_SUCCESS;
874:
875: -- Get message count and data
876:
877: OE_MSG_PUB.Count_And_Get
878: ( p_count => x_msg_count
879: , p_data => x_msg_data
880: );
881:

Line 891: OE_MSG_PUB.Count_And_Get

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

898: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
899:
900: -- Get message count and data
901:
902: OE_MSG_PUB.Count_And_Get
903: ( p_count => x_msg_count
904: , p_data => x_msg_data
905: );
906:

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

907: WHEN OTHERS THEN
908:
909: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
910:
911: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
912: THEN
913: OE_MSG_PUB.Add_Exc_Msg
914: ( G_PKG_NAME
915: , 'Delete_Row'

Line 913: OE_MSG_PUB.Add_Exc_Msg

909: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
910:
911: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
912: THEN
913: OE_MSG_PUB.Add_Exc_Msg
914: ( G_PKG_NAME
915: , 'Delete_Row'
916: );
917: END IF;

Line 921: OE_MSG_PUB.Count_And_Get

917: END IF;
918:
919: -- Get message count and data
920:
921: OE_MSG_PUB.Count_And_Get
922: ( p_count => x_msg_count
923: , p_data => x_msg_data
924: );
925:

Line 986: OE_MSG_PUB.Count_And_Get

982: x_return_status := FND_API.G_RET_STS_SUCCESS;
983:
984: -- Get message count and data
985:
986: OE_MSG_PUB.Count_And_Get
987: ( p_count => x_msg_count
988: , p_data => x_msg_data
989: );
990:

Line 1000: OE_MSG_PUB.Count_And_Get

996: x_return_status := FND_API.G_RET_STS_ERROR;
997:
998: -- Get message count and data
999:
1000: OE_MSG_PUB.Count_And_Get
1001: ( p_count => x_msg_count
1002: , p_data => x_msg_data
1003: );
1004:

Line 1011: OE_MSG_PUB.Count_And_Get

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

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

1016: WHEN OTHERS THEN
1017:
1018: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1019:
1020: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1021: THEN
1022: OE_MSG_PUB.Add_Exc_Msg
1023: ( G_PKG_NAME
1024: , 'Process_Entity'

Line 1022: OE_MSG_PUB.Add_Exc_Msg

1018: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1019:
1020: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1021: THEN
1022: OE_MSG_PUB.Add_Exc_Msg
1023: ( G_PKG_NAME
1024: , 'Process_Entity'
1025: );
1026: END IF;

Line 1030: OE_MSG_PUB.Count_And_Get

1026: END IF;
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 1095: OE_MSG_PUB.Count_And_Get

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

Line 1109: OE_MSG_PUB.Count_And_Get

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

1116: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1117:
1118: -- Get message count and data
1119:
1120: OE_MSG_PUB.Count_And_Get
1121: ( p_count => x_msg_count
1122: , p_data => x_msg_data
1123: );
1124:

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

1125: WHEN OTHERS THEN
1126:
1127: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1128:
1129: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1130: THEN
1131: OE_MSG_PUB.Add_Exc_Msg
1132: ( G_PKG_NAME
1133: , 'Process_Object'

Line 1131: OE_MSG_PUB.Add_Exc_Msg

1127: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1128:
1129: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1130: THEN
1131: OE_MSG_PUB.Add_Exc_Msg
1132: ( G_PKG_NAME
1133: , 'Process_Object'
1134: );
1135: END IF;

Line 1139: OE_MSG_PUB.Count_And_Get

1135: END IF;
1136:
1137: -- Get message count and data
1138:
1139: OE_MSG_PUB.Count_And_Get
1140: ( p_count => x_msg_count
1141: , p_data => x_msg_data
1142: );
1143:

Line 1253: OE_MSG_PUB.Count_And_Get

1249: x_return_status := l_return_status;
1250:
1251: -- Get message count and data
1252:
1253: OE_MSG_PUB.Count_And_Get
1254: ( p_count => x_msg_count
1255: , p_data => x_msg_data
1256: );
1257:

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

1259: EXCEPTION
1260:
1261: WHEN OTHERS THEN
1262:
1263: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1264: THEN
1265: OE_MSG_PUB.Add_Exc_Msg
1266: ( G_PKG_NAME
1267: , 'Lock_Row'

Line 1265: OE_MSG_PUB.Add_Exc_Msg

1261: WHEN OTHERS THEN
1262:
1263: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1264: THEN
1265: OE_MSG_PUB.Add_Exc_Msg
1266: ( G_PKG_NAME
1267: , 'Lock_Row'
1268: );
1269: END IF;

Line 1275: OE_MSG_PUB.Count_And_Get

1271: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1272:
1273: -- Get message count and data
1274:
1275: OE_MSG_PUB.Count_And_Get
1276: ( p_count => x_msg_count
1277: , p_data => x_msg_data
1278: );
1279: