DBA Data[Home] [Help]

APPS.OE_OE_FORM_LINE_SCREDIT dependencies on OE_MSG_PUB

Line 245: oe_msg_pub.Count_And_Get

241: x_return_status := FND_API.G_RET_STS_SUCCESS;
242:
243: -- Get message count and data
244:
245: oe_msg_pub.Count_And_Get
246: ( p_count => x_msg_count
247: , p_data => x_msg_data
248: );
249:

Line 264: oe_msg_pub.Count_And_Get

260: x_return_status := FND_API.G_RET_STS_ERROR;
261:
262: -- Get message count and data
263:
264: oe_msg_pub.Count_And_Get
265: ( p_count => x_msg_count
266: , p_data => x_msg_data
267: );
268:

Line 277: oe_msg_pub.Count_And_Get

273: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
274:
275: -- Get message count and data
276:
277: oe_msg_pub.Count_And_Get
278: ( p_count => x_msg_count
279: , p_data => x_msg_data
280: );
281:

Line 288: IF oe_msg_pub.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

284: OE_GLOBALS.G_UI_FLAG := FALSE;
285:
286: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
287:
288: IF oe_msg_pub.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
289: THEN
290: oe_msg_pub.Add_Exc_Msg
291: ( G_PKG_NAME
292: , 'Default_Attributes'

Line 290: oe_msg_pub.Add_Exc_Msg

286: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
287:
288: IF oe_msg_pub.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
289: THEN
290: oe_msg_pub.Add_Exc_Msg
291: ( G_PKG_NAME
292: , 'Default_Attributes'
293: );
294: END IF;

Line 298: oe_msg_pub.Count_And_Get

294: END IF;
295:
296: -- Get message count and data
297:
298: oe_msg_pub.Count_And_Get
299: ( p_count => x_msg_count
300: , p_data => x_msg_data
301: );
302:

Line 504: IF oe_msg_pub.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

500: ELSE
501:
502: -- Unexpected error, unrecognized attribute
503:
504: IF oe_msg_pub.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
505: THEN
506: oe_msg_pub.Add_Exc_Msg
507: ( G_PKG_NAME
508: , 'Change_Attribute'

Line 506: oe_msg_pub.Add_Exc_Msg

502: -- Unexpected error, unrecognized attribute
503:
504: IF oe_msg_pub.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
505: THEN
506: oe_msg_pub.Add_Exc_Msg
507: ( G_PKG_NAME
508: , 'Change_Attribute'
509: , 'Unrecognized attribute'
510: );

Line 771: oe_msg_pub.Count_And_Get

767: x_return_status := FND_API.G_RET_STS_SUCCESS;
768:
769: -- Get message count and data
770:
771: oe_msg_pub.Count_And_Get
772: ( p_count => x_msg_count
773: , p_data => x_msg_data
774: );
775:

Line 790: oe_msg_pub.Count_And_Get

786: x_return_status := FND_API.G_RET_STS_ERROR;
787:
788: -- Get message count and data
789:
790: oe_msg_pub.Count_And_Get
791: ( p_count => x_msg_count
792: , p_data => x_msg_data
793: );
794:

Line 803: oe_msg_pub.Count_And_Get

799: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
800:
801: -- Get message count and data
802:
803: oe_msg_pub.Count_And_Get
804: ( p_count => x_msg_count
805: , p_data => x_msg_data
806: );
807:

Line 814: IF oe_msg_pub.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

810: OE_GLOBALS.G_UI_FLAG := FALSE;
811:
812: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
813:
814: IF oe_msg_pub.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
815: THEN
816: oe_msg_pub.Add_Exc_Msg
817: ( G_PKG_NAME
818: , 'Change_Attribute'

Line 816: oe_msg_pub.Add_Exc_Msg

812: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
813:
814: IF oe_msg_pub.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
815: THEN
816: oe_msg_pub.Add_Exc_Msg
817: ( G_PKG_NAME
818: , 'Change_Attribute'
819: );
820: END IF;

Line 824: oe_msg_pub.Count_And_Get

820: END IF;
821:
822: -- Get message count and data
823:
824: oe_msg_pub.Count_And_Get
825: ( p_count => x_msg_count
826: , p_data => x_msg_data
827: );
828:

Line 995: oe_msg_pub.Count_And_Get

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

Line 1014: oe_msg_pub.Count_And_Get

1010: x_return_status := FND_API.G_RET_STS_ERROR;
1011:
1012: -- Get message count and data
1013:
1014: oe_msg_pub.Count_And_Get
1015: ( p_count => x_msg_count
1016: , p_data => x_msg_data
1017: );
1018:

Line 1027: oe_msg_pub.Count_And_Get

1023: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1024:
1025: -- Get message count and data
1026:
1027: oe_msg_pub.Count_And_Get
1028: ( p_count => x_msg_count
1029: , p_data => x_msg_data
1030: );
1031:

Line 1038: IF oe_msg_pub.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

1034: OE_GLOBALS.G_UI_FLAG := FALSE;
1035:
1036: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1037:
1038: IF oe_msg_pub.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1039: THEN
1040: oe_msg_pub.Add_Exc_Msg
1041: ( G_PKG_NAME
1042: , 'Validate_And_Write'

Line 1040: oe_msg_pub.Add_Exc_Msg

1036: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1037:
1038: IF oe_msg_pub.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1039: THEN
1040: oe_msg_pub.Add_Exc_Msg
1041: ( G_PKG_NAME
1042: , 'Validate_And_Write'
1043: );
1044: END IF;

Line 1048: oe_msg_pub.Count_And_Get

1044: END IF;
1045:
1046: -- Get message count and data
1047:
1048: oe_msg_pub.Count_And_Get
1049: ( p_count => x_msg_count
1050: , p_data => x_msg_data
1051: );
1052:

Line 1155: oe_msg_pub.Count_And_Get

1151: x_return_status := FND_API.G_RET_STS_SUCCESS;
1152:
1153: -- Get message count and data
1154:
1155: oe_msg_pub.Count_And_Get
1156: ( p_count => x_msg_count
1157: , p_data => x_msg_data
1158: );
1159:

Line 1174: oe_msg_pub.Count_And_Get

1170: x_return_status := FND_API.G_RET_STS_ERROR;
1171:
1172: -- Get message count and data
1173:
1174: oe_msg_pub.Count_And_Get
1175: ( p_count => x_msg_count
1176: , p_data => x_msg_data
1177: );
1178:

Line 1187: oe_msg_pub.Count_And_Get

1183: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1184:
1185: -- Get message count and data
1186:
1187: oe_msg_pub.Count_And_Get
1188: ( p_count => x_msg_count
1189: , p_data => x_msg_data
1190: );
1191:

Line 1198: IF oe_msg_pub.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

1194: OE_GLOBALS.G_UI_FLAG := FALSE;
1195:
1196: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1197:
1198: IF oe_msg_pub.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1199: THEN
1200: oe_msg_pub.Add_Exc_Msg
1201: ( G_PKG_NAME
1202: , 'Delete_Row'

Line 1200: oe_msg_pub.Add_Exc_Msg

1196: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1197:
1198: IF oe_msg_pub.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1199: THEN
1200: oe_msg_pub.Add_Exc_Msg
1201: ( G_PKG_NAME
1202: , 'Delete_Row'
1203: );
1204: END IF;

Line 1208: oe_msg_pub.Count_And_Get

1204: END IF;
1205:
1206: -- Get message count and data
1207:
1208: oe_msg_pub.Count_And_Get
1209: ( p_count => x_msg_count
1210: , p_data => x_msg_data
1211: );
1212:

Line 1329: oe_msg_pub.Count_And_Get

1325: x_return_status := FND_API.G_RET_STS_SUCCESS;
1326:
1327: -- Get message count and data
1328:
1329: oe_msg_pub.Count_And_Get
1330: ( p_count => x_msg_count
1331: , p_data => x_msg_data
1332: );
1333:

Line 1348: oe_msg_pub.Count_And_Get

1344: x_return_status := FND_API.G_RET_STS_ERROR;
1345:
1346: -- Get message count and data
1347:
1348: oe_msg_pub.Count_And_Get
1349: ( p_count => x_msg_count
1350: , p_data => x_msg_data
1351: );
1352:

Line 1361: oe_msg_pub.Count_And_Get

1357: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1358:
1359: -- Get message count and data
1360:
1361: oe_msg_pub.Count_And_Get
1362: ( p_count => x_msg_count
1363: , p_data => x_msg_data
1364: );
1365:

Line 1372: IF oe_msg_pub.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

1368: OE_GLOBALS.G_UI_FLAG := FALSE;
1369:
1370: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1371:
1372: IF oe_msg_pub.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1373: THEN
1374: oe_msg_pub.Add_Exc_Msg
1375: ( G_PKG_NAME
1376: , 'Process_Entity'

Line 1374: oe_msg_pub.Add_Exc_Msg

1370: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1371:
1372: IF oe_msg_pub.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1373: THEN
1374: oe_msg_pub.Add_Exc_Msg
1375: ( G_PKG_NAME
1376: , 'Process_Entity'
1377: );
1378: END IF;

Line 1382: oe_msg_pub.Count_And_Get

1378: END IF;
1379:
1380: -- Get message count and data
1381:
1382: oe_msg_pub.Count_And_Get
1383: ( p_count => x_msg_count
1384: , p_data => x_msg_data
1385: );
1386:

Line 1448: oe_msg_pub.Count_And_Get

1444: x_return_status := l_return_status;
1445:
1446: -- Get message count and data
1447:
1448: oe_msg_pub.Count_And_Get
1449: ( p_count => x_msg_count
1450: , p_data => x_msg_data
1451: );
1452:

Line 1462: IF oe_msg_pub.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

1458: EXCEPTION
1459:
1460: WHEN OTHERS THEN
1461:
1462: IF oe_msg_pub.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1463: THEN
1464: oe_msg_pub.Add_Exc_Msg
1465: ( G_PKG_NAME
1466: , 'Lock_Row'

Line 1464: oe_msg_pub.Add_Exc_Msg

1460: WHEN OTHERS THEN
1461:
1462: IF oe_msg_pub.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1463: THEN
1464: oe_msg_pub.Add_Exc_Msg
1465: ( G_PKG_NAME
1466: , 'Lock_Row'
1467: );
1468: END IF;

Line 1474: oe_msg_pub.Count_And_Get

1470: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1471:
1472: -- Get message count and data
1473:
1474: oe_msg_pub.Count_And_Get
1475: ( p_count => x_msg_count
1476: , p_data => x_msg_data
1477: );
1478: