DBA Data[Home] [Help]

APPS.OE_OE_FORM_HEADER_SCREDIT dependencies on OE_MSG_PUB

Line 242: oe_msg_pub.Count_And_Get

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

Line 261: oe_msg_pub.Count_And_Get

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

Line 274: oe_msg_pub.Count_And_Get

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

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

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

Line 287: oe_msg_pub.Add_Exc_Msg

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

Line 295: oe_msg_pub.Count_And_Get

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

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

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

Line 508: oe_msg_pub.Add_Exc_Msg

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

Line 769: oe_msg_pub.Count_And_Get

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

Line 788: oe_msg_pub.Count_And_Get

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

Line 801: oe_msg_pub.Count_And_Get

797: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
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 812: IF oe_msg_pub.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

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

Line 814: oe_msg_pub.Add_Exc_Msg

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

Line 822: oe_msg_pub.Count_And_Get

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

Line 982: oe_msg_pub.Count_And_Get

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

Line 1001: oe_msg_pub.Count_And_Get

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

Line 1014: oe_msg_pub.Count_And_Get

1010: x_return_status := FND_API.G_RET_STS_UNEXP_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 1025: IF oe_msg_pub.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

1021: OE_GLOBALS.G_UI_FLAG := FALSE;
1022:
1023: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1024:
1025: IF oe_msg_pub.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1026: THEN
1027: oe_msg_pub.Add_Exc_Msg
1028: ( G_PKG_NAME
1029: , 'Validate_And_Write'

Line 1027: oe_msg_pub.Add_Exc_Msg

1023: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1024:
1025: IF oe_msg_pub.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1026: THEN
1027: oe_msg_pub.Add_Exc_Msg
1028: ( G_PKG_NAME
1029: , 'Validate_And_Write'
1030: );
1031: END IF;

Line 1035: oe_msg_pub.Count_And_Get

1031: END IF;
1032:
1033: -- Get message count and data
1034:
1035: oe_msg_pub.Count_And_Get
1036: ( p_count => x_msg_count
1037: , p_data => x_msg_data
1038: );
1039:

Line 1139: oe_msg_pub.Count_And_Get

1135: x_return_status := FND_API.G_RET_STS_SUCCESS;
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 1158: oe_msg_pub.Count_And_Get

1154: x_return_status := FND_API.G_RET_STS_ERROR;
1155:
1156: -- Get message count and data
1157:
1158: oe_msg_pub.Count_And_Get
1159: ( p_count => x_msg_count
1160: , p_data => x_msg_data
1161: );
1162:

Line 1171: oe_msg_pub.Count_And_Get

1167: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1168:
1169: -- Get message count and data
1170:
1171: oe_msg_pub.Count_And_Get
1172: ( p_count => x_msg_count
1173: , p_data => x_msg_data
1174: );
1175:

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

1178: OE_GLOBALS.G_UI_FLAG := FALSE;
1179:
1180: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1181:
1182: IF oe_msg_pub.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1183: THEN
1184: oe_msg_pub.Add_Exc_Msg
1185: ( G_PKG_NAME
1186: , 'Delete_Row'

Line 1184: oe_msg_pub.Add_Exc_Msg

1180: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1181:
1182: IF oe_msg_pub.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1183: THEN
1184: oe_msg_pub.Add_Exc_Msg
1185: ( G_PKG_NAME
1186: , 'Delete_Row'
1187: );
1188: END IF;

Line 1192: oe_msg_pub.Count_And_Get

1188: END IF;
1189:
1190: -- Get message count and data
1191:
1192: oe_msg_pub.Count_And_Get
1193: ( p_count => x_msg_count
1194: , p_data => x_msg_data
1195: );
1196:

Line 1313: oe_msg_pub.Count_And_Get

1309: x_return_status := FND_API.G_RET_STS_SUCCESS;
1310:
1311: -- Get message count and data
1312:
1313: oe_msg_pub.Count_And_Get
1314: ( p_count => x_msg_count
1315: , p_data => x_msg_data
1316: );
1317:

Line 1332: oe_msg_pub.Count_And_Get

1328: x_return_status := FND_API.G_RET_STS_ERROR;
1329:
1330: -- Get message count and data
1331:
1332: oe_msg_pub.Count_And_Get
1333: ( p_count => x_msg_count
1334: , p_data => x_msg_data
1335: );
1336:

Line 1345: oe_msg_pub.Count_And_Get

1341: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1342:
1343: -- Get message count and data
1344:
1345: oe_msg_pub.Count_And_Get
1346: ( p_count => x_msg_count
1347: , p_data => x_msg_data
1348: );
1349:

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

1352: OE_GLOBALS.G_UI_FLAG := FALSE;
1353:
1354: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1355:
1356: IF oe_msg_pub.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1357: THEN
1358: oe_msg_pub.Add_Exc_Msg
1359: ( G_PKG_NAME
1360: , 'Process_Entity'

Line 1358: oe_msg_pub.Add_Exc_Msg

1354: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1355:
1356: IF oe_msg_pub.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1357: THEN
1358: oe_msg_pub.Add_Exc_Msg
1359: ( G_PKG_NAME
1360: , 'Process_Entity'
1361: );
1362: END IF;

Line 1366: oe_msg_pub.Count_And_Get

1362: END IF;
1363:
1364: -- Get message count and data
1365:
1366: oe_msg_pub.Count_And_Get
1367: ( p_count => x_msg_count
1368: , p_data => x_msg_data
1369: );
1370:

Line 1429: oe_msg_pub.Count_And_Get

1425: x_return_status := l_return_status;
1426:
1427: -- Get message count and data
1428:
1429: oe_msg_pub.Count_And_Get
1430: ( p_count => x_msg_count
1431: , p_data => x_msg_data
1432: );
1433:

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

1438: EXCEPTION
1439:
1440: WHEN OTHERS THEN
1441:
1442: IF oe_msg_pub.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1443: THEN
1444: oe_msg_pub.Add_Exc_Msg
1445: ( G_PKG_NAME
1446: , 'Lock_Row'

Line 1444: oe_msg_pub.Add_Exc_Msg

1440: WHEN OTHERS THEN
1441:
1442: IF oe_msg_pub.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1443: THEN
1444: oe_msg_pub.Add_Exc_Msg
1445: ( G_PKG_NAME
1446: , 'Lock_Row'
1447: );
1448: END IF;

Line 1454: oe_msg_pub.Count_And_Get

1450: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1451:
1452: -- Get message count and data
1453:
1454: oe_msg_pub.Count_And_Get
1455: ( p_count => x_msg_count
1456: , p_data => x_msg_data
1457: );
1458: