DBA Data[Home] [Help]

APPS.QP_QP_FORM_FNA dependencies on OE_MSG_PUB

Line 226: OE_MSG_PUB.Count_And_Get

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

Line 240: OE_MSG_PUB.Count_And_Get

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

Line 251: OE_MSG_PUB.Count_And_Get

247: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
248:
249: -- Get message count and data
250:
251: OE_MSG_PUB.Count_And_Get
252: ( p_count => x_msg_count
253: , p_data => x_msg_data
254: );
255:

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

256: WHEN OTHERS THEN
257:
258: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
259:
260: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
261: THEN
262: OE_MSG_PUB.Add_Exc_Msg
263: ( G_PKG_NAME
264: , 'Default_Attributes'

Line 262: OE_MSG_PUB.Add_Exc_Msg

258: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
259:
260: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
261: THEN
262: OE_MSG_PUB.Add_Exc_Msg
263: ( G_PKG_NAME
264: , 'Default_Attributes'
265: );
266: END IF;

Line 270: OE_MSG_PUB.Count_And_Get

266: END IF;
267:
268: -- Get message count and data
269:
270: OE_MSG_PUB.Count_And_Get
271: ( p_count => x_msg_count
272: , p_data => x_msg_data
273: );
274:

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

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

Line 424: OE_MSG_PUB.Add_Exc_Msg

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

Line 661: OE_MSG_PUB.Count_And_Get

657: x_return_status := FND_API.G_RET_STS_SUCCESS;
658:
659: -- Get message count and data
660:
661: OE_MSG_PUB.Count_And_Get
662: ( p_count => x_msg_count
663: , p_data => x_msg_data
664: );
665:

Line 675: OE_MSG_PUB.Count_And_Get

671: x_return_status := FND_API.G_RET_STS_ERROR;
672:
673: -- Get message count and data
674:
675: OE_MSG_PUB.Count_And_Get
676: ( p_count => x_msg_count
677: , p_data => x_msg_data
678: );
679:

Line 686: OE_MSG_PUB.Count_And_Get

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

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

691: WHEN OTHERS THEN
692:
693: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
694:
695: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
696: THEN
697: OE_MSG_PUB.Add_Exc_Msg
698: ( G_PKG_NAME
699: , 'Change_Attribute'

Line 697: OE_MSG_PUB.Add_Exc_Msg

693: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
694:
695: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
696: THEN
697: OE_MSG_PUB.Add_Exc_Msg
698: ( G_PKG_NAME
699: , 'Change_Attribute'
700: );
701: END IF;

Line 705: OE_MSG_PUB.Count_And_Get

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

Line 837: OE_MSG_PUB.Count_And_Get

833: x_return_status := FND_API.G_RET_STS_SUCCESS;
834:
835: -- Get message count and data
836:
837: OE_MSG_PUB.Count_And_Get
838: ( p_count => x_msg_count
839: , p_data => x_msg_data
840: );
841:

Line 851: OE_MSG_PUB.Count_And_Get

847: x_return_status := FND_API.G_RET_STS_ERROR;
848:
849: -- Get message count and data
850:
851: OE_MSG_PUB.Count_And_Get
852: ( p_count => x_msg_count
853: , p_data => x_msg_data
854: );
855:

Line 862: OE_MSG_PUB.Count_And_Get

858: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
859:
860: -- Get message count and data
861:
862: OE_MSG_PUB.Count_And_Get
863: ( p_count => x_msg_count
864: , p_data => x_msg_data
865: );
866:

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

867: WHEN OTHERS THEN
868:
869: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
870:
871: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
872: THEN
873: OE_MSG_PUB.Add_Exc_Msg
874: ( G_PKG_NAME
875: , 'Validate_And_Write'

Line 873: OE_MSG_PUB.Add_Exc_Msg

869: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
870:
871: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
872: THEN
873: OE_MSG_PUB.Add_Exc_Msg
874: ( G_PKG_NAME
875: , 'Validate_And_Write'
876: );
877: END IF;

Line 881: OE_MSG_PUB.Count_And_Get

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

Line 980: OE_MSG_PUB.Count_And_Get

976: x_return_status := FND_API.G_RET_STS_SUCCESS;
977:
978: -- Get message count and data
979:
980: OE_MSG_PUB.Count_And_Get
981: ( p_count => x_msg_count
982: , p_data => x_msg_data
983: );
984:

Line 994: OE_MSG_PUB.Count_And_Get

990: x_return_status := FND_API.G_RET_STS_ERROR;
991:
992: -- Get message count and data
993:
994: OE_MSG_PUB.Count_And_Get
995: ( p_count => x_msg_count
996: , p_data => x_msg_data
997: );
998:

Line 1005: OE_MSG_PUB.Count_And_Get

1001: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1002:
1003: -- Get message count and data
1004:
1005: OE_MSG_PUB.Count_And_Get
1006: ( p_count => x_msg_count
1007: , p_data => x_msg_data
1008: );
1009:

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

1010: WHEN OTHERS THEN
1011:
1012: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1013:
1014: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1015: THEN
1016: OE_MSG_PUB.Add_Exc_Msg
1017: ( G_PKG_NAME
1018: , 'Delete_Row'

Line 1016: OE_MSG_PUB.Add_Exc_Msg

1012: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1013:
1014: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1015: THEN
1016: OE_MSG_PUB.Add_Exc_Msg
1017: ( G_PKG_NAME
1018: , 'Delete_Row'
1019: );
1020: END IF;

Line 1024: OE_MSG_PUB.Count_And_Get

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

Line 1101: OE_MSG_PUB.Count_And_Get

1097: x_return_status := FND_API.G_RET_STS_SUCCESS;
1098:
1099: -- Get message count and data
1100:
1101: OE_MSG_PUB.Count_And_Get
1102: ( p_count => x_msg_count
1103: , p_data => x_msg_data
1104: );
1105:

Line 1115: OE_MSG_PUB.Count_And_Get

1111: x_return_status := FND_API.G_RET_STS_ERROR;
1112:
1113: -- Get message count and data
1114:
1115: OE_MSG_PUB.Count_And_Get
1116: ( p_count => x_msg_count
1117: , p_data => x_msg_data
1118: );
1119:

Line 1126: OE_MSG_PUB.Count_And_Get

1122: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1123:
1124: -- Get message count and data
1125:
1126: OE_MSG_PUB.Count_And_Get
1127: ( p_count => x_msg_count
1128: , p_data => x_msg_data
1129: );
1130:

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

1131: WHEN OTHERS THEN
1132:
1133: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1134:
1135: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1136: THEN
1137: OE_MSG_PUB.Add_Exc_Msg
1138: ( G_PKG_NAME
1139: , 'Process_Entity'

Line 1137: OE_MSG_PUB.Add_Exc_Msg

1133: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1134:
1135: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1136: THEN
1137: OE_MSG_PUB.Add_Exc_Msg
1138: ( G_PKG_NAME
1139: , 'Process_Entity'
1140: );
1141: END IF;

Line 1145: OE_MSG_PUB.Count_And_Get

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

Line 1280: OE_MSG_PUB.Count_And_Get

1276: x_return_status := l_return_status;
1277:
1278: -- Get message count and data
1279:
1280: OE_MSG_PUB.Count_And_Get
1281: ( p_count => x_msg_count
1282: , p_data => x_msg_data
1283: );
1284:

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

1286: EXCEPTION
1287:
1288: WHEN OTHERS THEN
1289:
1290: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1291: THEN
1292: OE_MSG_PUB.Add_Exc_Msg
1293: ( G_PKG_NAME
1294: , 'Lock_Row'

Line 1292: OE_MSG_PUB.Add_Exc_Msg

1288: WHEN OTHERS THEN
1289:
1290: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1291: THEN
1292: OE_MSG_PUB.Add_Exc_Msg
1293: ( G_PKG_NAME
1294: , 'Lock_Row'
1295: );
1296: END IF;

Line 1302: OE_MSG_PUB.Count_And_Get

1298: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1299:
1300: -- Get message count and data
1301:
1302: OE_MSG_PUB.Count_And_Get
1303: ( p_count => x_msg_count
1304: , p_data => x_msg_data
1305: );
1306: