DBA Data[Home] [Help]

APPS.OE_OE_FORM_LOT_SERIAL dependencies on OE_MSG_PUB

Line 244: OE_MSG_PUB.Count_And_Get

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

Line 263: OE_MSG_PUB.Count_And_Get

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

Line 276: OE_MSG_PUB.Count_And_Get

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

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

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

Line 289: OE_MSG_PUB.Add_Exc_Msg

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

Line 297: OE_MSG_PUB.Count_And_Get

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

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

494:
495: ELSE
496: -- Unexpected error, unrecognized attribute
497:
498: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
499: THEN
500: OE_MSG_PUB.Add_Exc_Msg
501: ( G_PKG_NAME
502: , 'Change_Attribute'

Line 500: OE_MSG_PUB.Add_Exc_Msg

496: -- Unexpected error, unrecognized attribute
497:
498: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
499: THEN
500: OE_MSG_PUB.Add_Exc_Msg
501: ( G_PKG_NAME
502: , 'Change_Attribute'
503: , 'Unrecognized attribute'
504: );

Line 773: OE_MSG_PUB.Count_And_Get

769: x_return_status := FND_API.G_RET_STS_SUCCESS;
770:
771: -- Get message count and data
772:
773: OE_MSG_PUB.Count_And_Get
774: ( p_count => x_msg_count
775: , p_data => x_msg_data
776: );
777: IF l_debug_level > 0 THEN

Line 792: OE_MSG_PUB.Count_And_Get

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

Line 805: OE_MSG_PUB.Count_And_Get

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

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

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

Line 818: OE_MSG_PUB.Add_Exc_Msg

814: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
815:
816: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
817: THEN
818: OE_MSG_PUB.Add_Exc_Msg
819: ( G_PKG_NAME
820: , 'Change_Attribute'
821: );
822: END IF;

Line 826: OE_MSG_PUB.Count_And_Get

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

Line 987: OE_MSG_PUB.Count_And_Get

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

Line 1006: OE_MSG_PUB.Count_And_Get

1002: x_return_status := FND_API.G_RET_STS_ERROR;
1003:
1004: -- Get message count and data
1005:
1006: OE_MSG_PUB.Count_And_Get
1007: ( p_count => x_msg_count
1008: , p_data => x_msg_data
1009: );
1010: IF l_debug_level > 0 THEN

Line 1025: OE_MSG_PUB.Count_And_Get

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

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

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

Line 1038: OE_MSG_PUB.Add_Exc_Msg

1034: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1035:
1036: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1037: THEN
1038: OE_MSG_PUB.Add_Exc_Msg
1039: ( G_PKG_NAME
1040: , 'Validate_And_Write'
1041: );
1042: END IF;

Line 1046: OE_MSG_PUB.Count_And_Get

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

Line 1143: OE_MSG_PUB.Count_And_Get

1139: x_return_status := FND_API.G_RET_STS_SUCCESS;
1140:
1141: -- Get message count and data
1142:
1143: OE_MSG_PUB.Count_And_Get
1144: ( p_count => x_msg_count
1145: , p_data => x_msg_data
1146: );
1147:

Line 1159: OE_MSG_PUB.Count_And_Get

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

Line 1172: OE_MSG_PUB.Count_And_Get

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

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

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

Line 1185: OE_MSG_PUB.Add_Exc_Msg

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

Line 1193: OE_MSG_PUB.Count_And_Get

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

Line 1309: OE_MSG_PUB.Count_And_Get

1305: x_return_status := FND_API.G_RET_STS_SUCCESS;
1306:
1307: -- Get message count and data
1308:
1309: OE_MSG_PUB.Count_And_Get
1310: ( p_count => x_msg_count
1311: , p_data => x_msg_data
1312: );
1313:

Line 1325: OE_MSG_PUB.Count_And_Get

1321: x_return_status := FND_API.G_RET_STS_ERROR;
1322:
1323: -- Get message count and data
1324:
1325: OE_MSG_PUB.Count_And_Get
1326: ( p_count => x_msg_count
1327: , p_data => x_msg_data
1328: );
1329:

Line 1338: OE_MSG_PUB.Count_And_Get

1334: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1335:
1336: -- Get message count and data
1337:
1338: OE_MSG_PUB.Count_And_Get
1339: ( p_count => x_msg_count
1340: , p_data => x_msg_data
1341: );
1342:

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

1345: OE_GLOBALS.G_UI_FLAG := FALSE;
1346:
1347: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1348:
1349: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1350: THEN
1351: OE_MSG_PUB.Add_Exc_Msg
1352: ( G_PKG_NAME
1353: , 'Process_Entity'

Line 1351: OE_MSG_PUB.Add_Exc_Msg

1347: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1348:
1349: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1350: THEN
1351: OE_MSG_PUB.Add_Exc_Msg
1352: ( G_PKG_NAME
1353: , 'Process_Entity'
1354: );
1355: END IF;

Line 1359: OE_MSG_PUB.Count_And_Get

1355: END IF;
1356:
1357: -- Get message count and data
1358:
1359: OE_MSG_PUB.Count_And_Get
1360: ( p_count => x_msg_count
1361: , p_data => x_msg_data
1362: );
1363:

Line 1418: OE_MSG_PUB.Count_And_Get

1414: x_return_status := l_return_status;
1415:
1416: -- Get message count and data
1417:
1418: OE_MSG_PUB.Count_And_Get
1419: ( p_count => x_msg_count
1420: , p_data => x_msg_data
1421: );
1422:

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

1424: EXCEPTION
1425:
1426: WHEN OTHERS THEN
1427:
1428: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1429: THEN
1430: OE_MSG_PUB.Add_Exc_Msg
1431: ( G_PKG_NAME
1432: , 'Lock_Row'

Line 1430: OE_MSG_PUB.Add_Exc_Msg

1426: WHEN OTHERS THEN
1427:
1428: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1429: THEN
1430: OE_MSG_PUB.Add_Exc_Msg
1431: ( G_PKG_NAME
1432: , 'Lock_Row'
1433: );
1434: END IF;

Line 1440: OE_MSG_PUB.Count_And_Get

1436: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1437:
1438: -- Get message count and data
1439:
1440: OE_MSG_PUB.Count_And_Get
1441: ( p_count => x_msg_count
1442: , p_data => x_msg_data
1443: );
1444: