DBA Data[Home] [Help]

APPS.OE_OE_FORM_CONTRACT dependencies on OE_MSG_PUB

Line 234: OE_MSG_PUB.Count_And_Get

230: x_return_status := FND_API.G_RET_STS_SUCCESS;
231:
232: -- Get message count and data
233:
234: OE_MSG_PUB.Count_And_Get
235: ( p_count => x_msg_count
236: , p_data => x_msg_data
237: );
238:

Line 249: OE_MSG_PUB.Count_And_Get

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

Line 260: OE_MSG_PUB.Count_And_Get

256: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
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 269: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

265: WHEN OTHERS THEN
266:
267: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
268:
269: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
270: THEN
271: OE_MSG_PUB.Add_Exc_Msg
272: ( G_PKG_NAME
273: , 'Default_Attributes'

Line 271: OE_MSG_PUB.Add_Exc_Msg

267: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
268:
269: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
270: THEN
271: OE_MSG_PUB.Add_Exc_Msg
272: ( G_PKG_NAME
273: , 'Default_Attributes'
274: );
275: END IF;

Line 279: OE_MSG_PUB.Count_And_Get

275: END IF;
276:
277: -- Get message count and data
278:
279: OE_MSG_PUB.Count_And_Get
280: ( p_count => x_msg_count
281: , p_data => x_msg_data
282: );
283:

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

428: ELSE
429:
430: -- Unexpected error, unrecognized attribute
431:
432: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
433: THEN
434: OE_MSG_PUB.Add_Exc_Msg
435: ( G_PKG_NAME
436: , 'Change_Attribute'

Line 434: OE_MSG_PUB.Add_Exc_Msg

430: -- Unexpected error, unrecognized attribute
431:
432: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
433: THEN
434: OE_MSG_PUB.Add_Exc_Msg
435: ( G_PKG_NAME
436: , 'Change_Attribute'
437: , 'Unrecognized attribute'
438: );

Line 660: OE_MSG_PUB.Count_And_Get

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

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 844: OE_MSG_PUB.Count_And_Get

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

Line 859: OE_MSG_PUB.Count_And_Get

855: x_return_status := FND_API.G_RET_STS_ERROR;
856:
857: -- Get message count and data
858:
859: OE_MSG_PUB.Count_And_Get
860: ( p_count => x_msg_count
861: , p_data => x_msg_data
862: );
863:

Line 870: OE_MSG_PUB.Count_And_Get

866: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
867:
868: -- Get message count and data
869:
870: OE_MSG_PUB.Count_And_Get
871: ( p_count => x_msg_count
872: , p_data => x_msg_data
873: );
874:

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

875: WHEN OTHERS THEN
876:
877: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
878:
879: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
880: THEN
881: OE_MSG_PUB.Add_Exc_Msg
882: ( G_PKG_NAME
883: , 'Validate_And_Write'

Line 881: OE_MSG_PUB.Add_Exc_Msg

877: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
878:
879: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
880: THEN
881: OE_MSG_PUB.Add_Exc_Msg
882: ( G_PKG_NAME
883: , 'Validate_And_Write'
884: );
885: END IF;

Line 889: OE_MSG_PUB.Count_And_Get

885: END IF;
886:
887: -- Get message count and data
888:
889: OE_MSG_PUB.Count_And_Get
890: ( p_count => x_msg_count
891: , p_data => x_msg_data
892: );
893:

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: , 'Delete_Row'

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: , 'Delete_Row'
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 1110: OE_MSG_PUB.Count_And_Get

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

Line 1124: OE_MSG_PUB.Count_And_Get

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

Line 1135: OE_MSG_PUB.Count_And_Get

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

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

1140: WHEN OTHERS THEN
1141:
1142: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1143:
1144: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1145: THEN
1146: OE_MSG_PUB.Add_Exc_Msg
1147: ( G_PKG_NAME
1148: , 'Process_Entity'

Line 1146: OE_MSG_PUB.Add_Exc_Msg

1142: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1143:
1144: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1145: THEN
1146: OE_MSG_PUB.Add_Exc_Msg
1147: ( G_PKG_NAME
1148: , 'Process_Entity'
1149: );
1150: END IF;

Line 1154: OE_MSG_PUB.Count_And_Get

1150: END IF;
1151:
1152: -- Get message count and data
1153:
1154: OE_MSG_PUB.Count_And_Get
1155: ( p_count => x_msg_count
1156: , p_data => x_msg_data
1157: );
1158:

Line 1234: OE_MSG_PUB.Count_And_Get

1230: x_return_status := FND_API.G_RET_STS_SUCCESS;
1231:
1232: -- Get message count and data
1233:
1234: OE_MSG_PUB.Count_And_Get
1235: ( p_count => x_msg_count
1236: , p_data => x_msg_data
1237: );
1238:

Line 1248: OE_MSG_PUB.Count_And_Get

1244: x_return_status := FND_API.G_RET_STS_ERROR;
1245:
1246: -- Get message count and data
1247:
1248: OE_MSG_PUB.Count_And_Get
1249: ( p_count => x_msg_count
1250: , p_data => x_msg_data
1251: );
1252:

Line 1259: OE_MSG_PUB.Count_And_Get

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

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

1264: WHEN OTHERS THEN
1265:
1266: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1267:
1268: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1269: THEN
1270: OE_MSG_PUB.Add_Exc_Msg
1271: ( G_PKG_NAME
1272: , 'Process_Object'

Line 1270: OE_MSG_PUB.Add_Exc_Msg

1266: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1267:
1268: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1269: THEN
1270: OE_MSG_PUB.Add_Exc_Msg
1271: ( G_PKG_NAME
1272: , 'Process_Object'
1273: );
1274: END IF;

Line 1278: OE_MSG_PUB.Count_And_Get

1274: END IF;
1275:
1276: -- Get message count and data
1277:
1278: OE_MSG_PUB.Count_And_Get
1279: ( p_count => x_msg_count
1280: , p_data => x_msg_data
1281: );
1282:

Line 1401: OE_MSG_PUB.Count_And_Get

1397: x_return_status := l_return_status;
1398:
1399: -- Get message count and data
1400:
1401: OE_MSG_PUB.Count_And_Get
1402: ( p_count => x_msg_count
1403: , p_data => x_msg_data
1404: );
1405:

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

1407: EXCEPTION
1408:
1409: WHEN OTHERS THEN
1410:
1411: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1412: THEN
1413: OE_MSG_PUB.Add_Exc_Msg
1414: ( G_PKG_NAME
1415: , 'Lock_Row'

Line 1413: OE_MSG_PUB.Add_Exc_Msg

1409: WHEN OTHERS THEN
1410:
1411: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1412: THEN
1413: OE_MSG_PUB.Add_Exc_Msg
1414: ( G_PKG_NAME
1415: , 'Lock_Row'
1416: );
1417: END IF;

Line 1423: OE_MSG_PUB.Count_And_Get

1419: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1420:
1421: -- Get message count and data
1422:
1423: OE_MSG_PUB.Count_And_Get
1424: ( p_count => x_msg_count
1425: , p_data => x_msg_data
1426: );
1427: