DBA Data[Home] [Help]

APPS.QP_CURRENCY_PVT dependencies on OE_MSG_PUB

Line 227: OE_MSG_PUB.Add;

223:
224: IF l_CURR_LISTS_rec.operation = QP_GLOBALS.G_OPR_DELETE THEN
225: -- Added by sunilpandey to prevent delete operation of details from Public package
226: FND_MESSAGE.SET_NAME('QP','QP_CAN_NOT_DELETE_CURR_HDR');
227: OE_MSG_PUB.Add;
228:
229: RAISE FND_API.G_EXC_ERROR;
230:
231:

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

326: RAISE;
327:
328: WHEN OTHERS THEN
329:
330: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
331: THEN
332: OE_MSG_PUB.Add_Exc_Msg
333: ( G_PKG_NAME
334: , 'Curr_Lists'

Line 332: OE_MSG_PUB.Add_Exc_Msg

328: WHEN OTHERS THEN
329:
330: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
331: THEN
332: OE_MSG_PUB.Add_Exc_Msg
333: ( G_PKG_NAME
334: , 'Curr_Lists'
335: );
336: END IF;

Line 686: OE_MSG_PUB.Add;

682: IF l_CURR_DETAILS_rec.operation = QP_GLOBALS.G_OPR_DELETE THEN
683:
684: -- Added by sunilpandey to prevent delete operation of details from Public package
685: FND_MESSAGE.SET_NAME('QP','QP_CAN_NOT_DELETE_CURR_DTL');
686: OE_MSG_PUB.Add;
687:
688: RAISE FND_API.G_EXC_ERROR;
689:
690:

Line 706: -- oe_debug_pub.add(' Inside V after Entity call; G_MSG_COUNT: '||OE_MSG_PUB.G_MSG_COUNT);

702: ( x_return_status => l_return_status
703: , p_CURR_DETAILS_rec => l_CURR_DETAILS_rec
704: , p_old_CURR_DETAILS_rec => l_old_CURR_DETAILS_rec
705: );
706: -- oe_debug_pub.add(' Inside V after Entity call; G_MSG_COUNT: '||OE_MSG_PUB.G_MSG_COUNT);
707:
708: END IF;
709:
710: -- oe_debug_pub.add('After Calling QP_Validate_Curr_Details.Entity from V package; l_return_status :'||l_return_status);

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

795: l_CURR_DETAILS_rec.return_status := FND_API.G_RET_STS_UNEXP_ERROR;
796: l_CURR_DETAILS_tbl(I) := l_CURR_DETAILS_rec;
797: l_old_CURR_DETAILS_tbl(I) := l_old_CURR_DETAILS_rec;
798:
799: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
800: THEN
801: OE_MSG_PUB.Add_Exc_Msg
802: ( G_PKG_NAME
803: , 'Curr_Detailss'

Line 801: OE_MSG_PUB.Add_Exc_Msg

797: l_old_CURR_DETAILS_tbl(I) := l_old_CURR_DETAILS_rec;
798:
799: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
800: THEN
801: OE_MSG_PUB.Add_Exc_Msg
802: ( G_PKG_NAME
803: , 'Curr_Detailss'
804: );
805: END IF;

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

826: RAISE;
827:
828: WHEN OTHERS THEN
829:
830: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
831: THEN
832: OE_MSG_PUB.Add_Exc_Msg
833: ( G_PKG_NAME
834: , 'Curr_Detailss'

Line 832: OE_MSG_PUB.Add_Exc_Msg

828: WHEN OTHERS THEN
829:
830: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
831: THEN
832: OE_MSG_PUB.Add_Exc_Msg
833: ( G_PKG_NAME
834: , 'Curr_Detailss'
835: );
836: END IF;

Line 917: OE_MSG_PUB.initialize;

913:
914: -- Initialize message list.
915:
916: IF FND_API.to_Boolean(p_init_msg_list) THEN
917: OE_MSG_PUB.initialize;
918: END IF;
919:
920: -- Init local table variables.
921:

Line 1058: OE_MSG_PUB.Count_And_Get

1054: END LOOP;
1055:
1056: -- Get message count and data
1057:
1058: OE_MSG_PUB.Count_And_Get
1059: ( p_count => x_msg_count
1060: , p_data => x_msg_data
1061: );
1062:

Line 1072: OE_MSG_PUB.Count_And_Get

1068: x_return_status := FND_API.G_RET_STS_ERROR;
1069:
1070: -- Get message count and data
1071:
1072: OE_MSG_PUB.Count_And_Get
1073: ( p_count => x_msg_count
1074: , p_data => x_msg_data
1075: );
1076:

Line 1083: OE_MSG_PUB.Count_And_Get

1079: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1080:
1081: -- Get message count and data
1082:
1083: OE_MSG_PUB.Count_And_Get
1084: ( p_count => x_msg_count
1085: , p_data => x_msg_data
1086: );
1087:

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

1088: WHEN OTHERS THEN
1089:
1090: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1091:
1092: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1093: THEN
1094: OE_MSG_PUB.Add_Exc_Msg
1095: ( G_PKG_NAME
1096: , 'Process_Currency'

Line 1094: OE_MSG_PUB.Add_Exc_Msg

1090: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1091:
1092: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1093: THEN
1094: OE_MSG_PUB.Add_Exc_Msg
1095: ( G_PKG_NAME
1096: , 'Process_Currency'
1097: );
1098: END IF;

Line 1102: OE_MSG_PUB.Count_And_Get

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

Line 1160: OE_MSG_PUB.initialize;

1156:
1157: -- Initialize message list.
1158:
1159: IF FND_API.to_Boolean(p_init_msg_list) THEN
1160: OE_MSG_PUB.initialize;
1161: END IF;
1162:
1163: -- Set Savepoint
1164:

Line 1218: OE_MSG_PUB.Count_And_Get

1214: x_return_status := FND_API.G_RET_STS_SUCCESS;
1215:
1216: -- Get message count and data
1217:
1218: OE_MSG_PUB.Count_And_Get
1219: ( p_count => x_msg_count
1220: , p_data => x_msg_data
1221: );
1222:

Line 1232: OE_MSG_PUB.Count_And_Get

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

Line 1247: OE_MSG_PUB.Count_And_Get

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

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

1256: WHEN OTHERS THEN
1257:
1258: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1259:
1260: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1261: THEN
1262: OE_MSG_PUB.Add_Exc_Msg
1263: ( G_PKG_NAME
1264: , 'Lock_Currency'

Line 1262: OE_MSG_PUB.Add_Exc_Msg

1258: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1259:
1260: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1261: THEN
1262: OE_MSG_PUB.Add_Exc_Msg
1263: ( G_PKG_NAME
1264: , 'Lock_Currency'
1265: );
1266: END IF;

Line 1270: OE_MSG_PUB.Count_And_Get

1266: END IF;
1267:
1268: -- Get message count and data
1269:
1270: OE_MSG_PUB.Count_And_Get
1271: ( p_count => x_msg_count
1272: , p_data => x_msg_data
1273: );
1274:

Line 1329: OE_MSG_PUB.initialize;

1325:
1326: -- Initialize message list.
1327:
1328: IF FND_API.to_Boolean(p_init_msg_list) THEN
1329: OE_MSG_PUB.initialize;
1330: END IF;
1331:
1332: -- Get CURR_LISTS ( parent = CURR_LISTS )
1333:

Line 1356: OE_MSG_PUB.Count_And_Get

1352: x_return_status := FND_API.G_RET_STS_SUCCESS;
1353:
1354: -- Get message count and data
1355:
1356: OE_MSG_PUB.Count_And_Get
1357: ( p_count => x_msg_count
1358: , p_data => x_msg_data
1359: );
1360:

Line 1370: OE_MSG_PUB.Count_And_Get

1366: x_return_status := FND_API.G_RET_STS_ERROR;
1367:
1368: -- Get message count and data
1369:
1370: OE_MSG_PUB.Count_And_Get
1371: ( p_count => x_msg_count
1372: , p_data => x_msg_data
1373: );
1374:

Line 1381: OE_MSG_PUB.Count_And_Get

1377: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1378:
1379: -- Get message count and data
1380:
1381: OE_MSG_PUB.Count_And_Get
1382: ( p_count => x_msg_count
1383: , p_data => x_msg_data
1384: );
1385:

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

1386: WHEN OTHERS THEN
1387:
1388: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1389:
1390: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1391: THEN
1392: OE_MSG_PUB.Add_Exc_Msg
1393: ( G_PKG_NAME
1394: , 'Get_Currency'

Line 1392: OE_MSG_PUB.Add_Exc_Msg

1388: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1389:
1390: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1391: THEN
1392: OE_MSG_PUB.Add_Exc_Msg
1393: ( G_PKG_NAME
1394: , 'Get_Currency'
1395: );
1396: END IF;

Line 1400: OE_MSG_PUB.Count_And_Get

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