DBA Data[Home] [Help]

APPS.OZF_OFFER_ADJ_LINE_PVT dependencies on FND_MSG_PUB

Line 35: OZF_DEBUG_HIGH_ON CONSTANT BOOLEAN := FND_MSG_PUB.check_msg_level(FND_MSG_PUB.g_msg_lvl_debug_high);

31:
32:
33: G_PKG_NAME CONSTANT VARCHAR2(30):= 'OZF_Offer_Adj_Line_PVT';
34: G_FILE_NAME CONSTANT VARCHAR2(12) := 'offvadjb.pls';
35: OZF_DEBUG_HIGH_ON CONSTANT BOOLEAN := FND_MSG_PUB.check_msg_level(FND_MSG_PUB.g_msg_lvl_debug_high);
36: OZF_DEBUG_LOW_ON CONSTANT BOOLEAN := FND_MSG_PUB.check_msg_level(FND_MSG_PUB.g_msg_lvl_debug_low);
37:
38: -- G_USER_ID NUMBER := FND_GLOBAL.USER_ID;
39: -- G_LOGIN_ID NUMBER := FND_GLOBAL.CONC_LOGIN_ID;

Line 36: OZF_DEBUG_LOW_ON CONSTANT BOOLEAN := FND_MSG_PUB.check_msg_level(FND_MSG_PUB.g_msg_lvl_debug_low);

32:
33: G_PKG_NAME CONSTANT VARCHAR2(30):= 'OZF_Offer_Adj_Line_PVT';
34: G_FILE_NAME CONSTANT VARCHAR2(12) := 'offvadjb.pls';
35: OZF_DEBUG_HIGH_ON CONSTANT BOOLEAN := FND_MSG_PUB.check_msg_level(FND_MSG_PUB.g_msg_lvl_debug_high);
36: OZF_DEBUG_LOW_ON CONSTANT BOOLEAN := FND_MSG_PUB.check_msg_level(FND_MSG_PUB.g_msg_lvl_debug_low);
37:
38: -- G_USER_ID NUMBER := FND_GLOBAL.USER_ID;
39: -- G_LOGIN_ID NUMBER := FND_GLOBAL.CONC_LOGIN_ID;
40: --

Line 380: FND_MSG_PUB.initialize;

376:
377: -- Initialize message list if p_init_msg_list is set to TRUE.
378: IF FND_API.to_Boolean( p_init_msg_list )
379: THEN
380: FND_MSG_PUB.initialize;
381: END IF;
382:
383:
384:

Line 497: FND_MSG_PUB.Count_And_Get

493: debug_message('Private API: ' || l_api_name || 'end');
494:
495:
496: -- Standard call to get message count and if count is 1, get message info.
497: FND_MSG_PUB.Count_And_Get
498: (p_count => x_msg_count,
499: p_data => x_msg_data
500: );
501:

Line 512: FND_MSG_PUB.Count_And_Get (

508: WHEN FND_API.G_EXC_ERROR THEN
509: ROLLBACK TO CREATE_Offer_Adj_Line_PVT;
510: x_return_status := FND_API.G_RET_STS_ERROR;
511: -- Standard call to get message count and if count=1, get the message
512: FND_MSG_PUB.Count_And_Get (
513: p_encoded => FND_API.G_FALSE,
514: p_count => x_msg_count,
515: p_data => x_msg_data
516: );

Line 522: FND_MSG_PUB.Count_And_Get (

518: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
519: ROLLBACK TO CREATE_Offer_Adj_Line_PVT;
520: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
521: -- Standard call to get message count and if count=1, get the message
522: FND_MSG_PUB.Count_And_Get (
523: p_encoded => FND_API.G_FALSE,
524: p_count => x_msg_count,
525: p_data => x_msg_data
526: );

Line 531: IF FND_MSG_PUB.Check_Msg_Level ( FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

527:
528: WHEN OTHERS THEN
529: ROLLBACK TO CREATE_Offer_Adj_Line_PVT;
530: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
531: IF FND_MSG_PUB.Check_Msg_Level ( FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
532: THEN
533: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME,l_api_name);
534: END IF;
535: -- Standard call to get message count and if count=1, get the message

Line 533: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME,l_api_name);

529: ROLLBACK TO CREATE_Offer_Adj_Line_PVT;
530: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
531: IF FND_MSG_PUB.Check_Msg_Level ( FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
532: THEN
533: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME,l_api_name);
534: END IF;
535: -- Standard call to get message count and if count=1, get the message
536: FND_MSG_PUB.Count_And_Get (
537: p_encoded => FND_API.G_FALSE,

Line 536: FND_MSG_PUB.Count_And_Get (

532: THEN
533: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME,l_api_name);
534: END IF;
535: -- Standard call to get message count and if count=1, get the message
536: FND_MSG_PUB.Count_And_Get (
537: p_encoded => FND_API.G_FALSE,
538: p_count => x_msg_count,
539: p_data => x_msg_data
540: );

Line 613: FND_MSG_PUB.initialize;

609:
610: -- Initialize message list if p_init_msg_list is set to TRUE.
611: IF FND_API.to_Boolean( p_init_msg_list )
612: THEN
613: FND_MSG_PUB.initialize;
614: END IF;
615:
616:
617:

Line 751: FND_MSG_PUB.Count_And_Get

747: debug_message('Private API: ' || l_api_name || 'end');
748:
749:
750: -- Standard call to get message count and if count is 1, get message info.
751: FND_MSG_PUB.Count_And_Get
752: (p_count => x_msg_count,
753: p_data => x_msg_data
754: );
755:

Line 765: FND_MSG_PUB.Count_And_Get (

761: WHEN FND_API.G_EXC_ERROR THEN
762: ROLLBACK TO CREATE_new_Offer_Adj_Line_PVT;
763: x_return_status := FND_API.G_RET_STS_ERROR;
764: -- Standard call to get message count and if count=1, get the message
765: FND_MSG_PUB.Count_And_Get (
766: p_encoded => FND_API.G_FALSE,
767: p_count => x_msg_count,
768: p_data => x_msg_data
769: );

Line 775: FND_MSG_PUB.Count_And_Get (

771: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
772: ROLLBACK TO CREATE_New_Offer_Adj_Line_PVT;
773: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
774: -- Standard call to get message count and if count=1, get the message
775: FND_MSG_PUB.Count_And_Get (
776: p_encoded => FND_API.G_FALSE,
777: p_count => x_msg_count,
778: p_data => x_msg_data
779: );

Line 784: IF FND_MSG_PUB.Check_Msg_Level ( FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

780:
781: WHEN OTHERS THEN
782: ROLLBACK TO CREATE_New_Offer_Adj_Line_PVT;
783: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
784: IF FND_MSG_PUB.Check_Msg_Level ( FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
785: THEN
786: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME,l_api_name);
787: END IF;
788: -- Standard call to get message count and if count=1, get the message

Line 786: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME,l_api_name);

782: ROLLBACK TO CREATE_New_Offer_Adj_Line_PVT;
783: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
784: IF FND_MSG_PUB.Check_Msg_Level ( FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
785: THEN
786: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME,l_api_name);
787: END IF;
788: -- Standard call to get message count and if count=1, get the message
789: FND_MSG_PUB.Count_And_Get (
790: p_encoded => FND_API.G_FALSE,

Line 789: FND_MSG_PUB.Count_And_Get (

785: THEN
786: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME,l_api_name);
787: END IF;
788: -- Standard call to get message count and if count=1, get the message
789: FND_MSG_PUB.Count_And_Get (
790: p_encoded => FND_API.G_FALSE,
791: p_count => x_msg_count,
792: p_data => x_msg_data
793: );

Line 880: FND_MSG_PUB.initialize;

876:
877: -- Initialize message list if p_init_msg_list is set to TRUE.
878: IF FND_API.to_Boolean( p_init_msg_list )
879: THEN
880: FND_MSG_PUB.initialize;
881: END IF;
882:
883:
884:

Line 953: debug_message(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW || 'Private API: Calling update table handler');

949: -- assigned to obj.ver.num variable which is passed to Update_Row() -- sangara
950: l_object_version_number := p_offadj_line_rec.object_version_number;
951:
952: -- Debug Message
953: debug_message(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW || 'Private API: Calling update table handler');
954:
955: -- Debug Message sangara
956: -- debug_message('OFFER_ADJUSTMENT_LINE_ID:' || p_offadj_line_rec.offer_adjustment_line_id);
957:

Line 1000: FND_MSG_PUB.Count_And_Get

996: debug_message('Private API: ' || l_api_name || 'end');
997:
998:
999: -- Standard call to get message count and if count is 1, get message info.
1000: FND_MSG_PUB.Count_And_Get
1001: (p_count => x_msg_count,
1002: p_data => x_msg_data
1003: );
1004: EXCEPTION

Line 1014: FND_MSG_PUB.Count_And_Get (

1010: WHEN FND_API.G_EXC_ERROR THEN
1011: ROLLBACK TO UPDATE_Offer_Adj_Line_PVT;
1012: x_return_status := FND_API.G_RET_STS_ERROR;
1013: -- Standard call to get message count and if count=1, get the message
1014: FND_MSG_PUB.Count_And_Get (
1015: p_encoded => FND_API.G_FALSE,
1016: p_count => x_msg_count,
1017: p_data => x_msg_data
1018: );

Line 1024: FND_MSG_PUB.Count_And_Get (

1020: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
1021: ROLLBACK TO UPDATE_Offer_Adj_Line_PVT;
1022: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1023: -- Standard call to get message count and if count=1, get the message
1024: FND_MSG_PUB.Count_And_Get (
1025: p_encoded => FND_API.G_FALSE,
1026: p_count => x_msg_count,
1027: p_data => x_msg_data
1028: );

Line 1033: IF FND_MSG_PUB.Check_Msg_Level ( FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

1029:
1030: WHEN OTHERS THEN
1031: ROLLBACK TO UPDATE_Offer_Adj_Line_PVT;
1032: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1033: IF FND_MSG_PUB.Check_Msg_Level ( FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1034: THEN
1035: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME,l_api_name);
1036: END IF;
1037: -- Standard call to get message count and if count=1, get the message

Line 1035: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME,l_api_name);

1031: ROLLBACK TO UPDATE_Offer_Adj_Line_PVT;
1032: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1033: IF FND_MSG_PUB.Check_Msg_Level ( FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1034: THEN
1035: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME,l_api_name);
1036: END IF;
1037: -- Standard call to get message count and if count=1, get the message
1038: FND_MSG_PUB.Count_And_Get (
1039: p_encoded => FND_API.G_FALSE,

Line 1038: FND_MSG_PUB.Count_And_Get (

1034: THEN
1035: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME,l_api_name);
1036: END IF;
1037: -- Standard call to get message count and if count=1, get the message
1038: FND_MSG_PUB.Count_And_Get (
1039: p_encoded => FND_API.G_FALSE,
1040: p_count => x_msg_count,
1041: p_data => x_msg_data
1042: );

Line 1144: FND_MSG_PUB.initialize;

1140:
1141: -- Initialize message list if p_init_msg_list is set to TRUE.
1142: IF FND_API.to_Boolean( p_init_msg_list )
1143: THEN
1144: FND_MSG_PUB.initialize;
1145: END IF;
1146:
1147: -- Debug Message
1148: debug_message('Private API: ' || l_api_name || 'start');

Line 1267: FND_MSG_PUB.Count_And_Get

1263: debug_message('Private API: ' || l_api_name || 'end');
1264:
1265:
1266: -- Standard call to get message count and if count is 1, get message info.
1267: FND_MSG_PUB.Count_And_Get
1268: (p_count => x_msg_count,
1269: p_data => x_msg_data
1270: );
1271:

Line 1281: FND_MSG_PUB.Count_And_Get (

1277: WHEN FND_API.G_EXC_ERROR THEN
1278: ROLLBACK TO Update_new_Offer_Adj_Line_PVT;
1279: x_return_status := FND_API.G_RET_STS_ERROR;
1280: -- Standard call to get message count and if count=1, get the message
1281: FND_MSG_PUB.Count_And_Get (
1282: p_encoded => FND_API.G_FALSE,
1283: p_count => x_msg_count,
1284: p_data => x_msg_data
1285: );

Line 1291: FND_MSG_PUB.Count_And_Get (

1287: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
1288: ROLLBACK TO Update_New_Offer_Adj_Line_PVT;
1289: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1290: -- Standard call to get message count and if count=1, get the message
1291: FND_MSG_PUB.Count_And_Get (
1292: p_encoded => FND_API.G_FALSE,
1293: p_count => x_msg_count,
1294: p_data => x_msg_data
1295: );

Line 1300: IF FND_MSG_PUB.Check_Msg_Level ( FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

1296:
1297: WHEN OTHERS THEN
1298: ROLLBACK TO Update_New_Offer_Adj_Line_PVT;
1299: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1300: IF FND_MSG_PUB.Check_Msg_Level ( FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1301: THEN
1302: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME,l_api_name);
1303: END IF;
1304: -- Standard call to get message count and if count=1, get the message

Line 1302: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME,l_api_name);

1298: ROLLBACK TO Update_New_Offer_Adj_Line_PVT;
1299: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1300: IF FND_MSG_PUB.Check_Msg_Level ( FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1301: THEN
1302: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME,l_api_name);
1303: END IF;
1304: -- Standard call to get message count and if count=1, get the message
1305: FND_MSG_PUB.Count_And_Get (
1306: p_encoded => FND_API.G_FALSE,

Line 1305: FND_MSG_PUB.Count_And_Get (

1301: THEN
1302: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME,l_api_name);
1303: END IF;
1304: -- Standard call to get message count and if count=1, get the message
1305: FND_MSG_PUB.Count_And_Get (
1306: p_encoded => FND_API.G_FALSE,
1307: p_count => x_msg_count,
1308: p_data => x_msg_data
1309: );

Line 1382: FND_MSG_PUB.initialize;

1378:
1379: -- Initialize message list if p_init_msg_list is set to TRUE.
1380: IF FND_API.to_Boolean( p_init_msg_list )
1381: THEN
1382: FND_MSG_PUB.initialize;
1383: END IF;
1384:
1385:
1386:

Line 1421: FND_MSG_PUB.Count_And_Get

1417: debug_message('Private API: ' || l_api_name || 'end');
1418:
1419:
1420: -- Standard call to get message count and if count is 1, get message info.
1421: FND_MSG_PUB.Count_And_Get
1422: (p_count => x_msg_count,
1423: p_data => x_msg_data
1424: );
1425: EXCEPTION

Line 1435: FND_MSG_PUB.Count_And_Get (

1431: WHEN FND_API.G_EXC_ERROR THEN
1432: ROLLBACK TO DELETE_Offer_Adj_Line_PVT;
1433: x_return_status := FND_API.G_RET_STS_ERROR;
1434: -- Standard call to get message count and if count=1, get the message
1435: FND_MSG_PUB.Count_And_Get (
1436: p_encoded => FND_API.G_FALSE,
1437: p_count => x_msg_count,
1438: p_data => x_msg_data
1439: );

Line 1445: FND_MSG_PUB.Count_And_Get (

1441: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
1442: ROLLBACK TO DELETE_Offer_Adj_Line_PVT;
1443: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1444: -- Standard call to get message count and if count=1, get the message
1445: FND_MSG_PUB.Count_And_Get (
1446: p_encoded => FND_API.G_FALSE,
1447: p_count => x_msg_count,
1448: p_data => x_msg_data
1449: );

Line 1454: IF FND_MSG_PUB.Check_Msg_Level ( FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

1450:
1451: WHEN OTHERS THEN
1452: ROLLBACK TO DELETE_Offer_Adj_Line_PVT;
1453: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1454: IF FND_MSG_PUB.Check_Msg_Level ( FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1455: THEN
1456: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME,l_api_name);
1457: END IF;
1458: -- Standard call to get message count and if count=1, get the message

Line 1456: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME,l_api_name);

1452: ROLLBACK TO DELETE_Offer_Adj_Line_PVT;
1453: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1454: IF FND_MSG_PUB.Check_Msg_Level ( FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1455: THEN
1456: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME,l_api_name);
1457: END IF;
1458: -- Standard call to get message count and if count=1, get the message
1459: FND_MSG_PUB.Count_And_Get (
1460: p_encoded => FND_API.G_FALSE,

Line 1459: FND_MSG_PUB.Count_And_Get (

1455: THEN
1456: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME,l_api_name);
1457: END IF;
1458: -- Standard call to get message count and if count=1, get the message
1459: FND_MSG_PUB.Count_And_Get (
1460: p_encoded => FND_API.G_FALSE,
1461: p_count => x_msg_count,
1462: p_data => x_msg_data
1463: );

Line 1529: FND_MSG_PUB.initialize;

1525:
1526: -- Initialize message list if p_init_msg_list is set to TRUE.
1527: IF FND_API.to_Boolean( p_init_msg_list )
1528: THEN
1529: FND_MSG_PUB.initialize;
1530: END IF;
1531:
1532:
1533:

Line 1554: FND_MSG_PUB.count_and_get(

1550: OZF_Offer_Adj_Line_PKG.Lock_Row(l_offer_adjustment_line_id,p_object_version);
1551:
1552:
1553: -------------------- finish --------------------------
1554: FND_MSG_PUB.count_and_get(
1555: p_encoded => FND_API.g_false,
1556: p_count => x_msg_count,
1557: p_data => x_msg_data);
1558: debug_message(l_full_name ||': end');

Line 1569: FND_MSG_PUB.Count_And_Get (

1565: WHEN FND_API.G_EXC_ERROR THEN
1566: ROLLBACK TO LOCK_Offer_Adj_Line_PVT;
1567: x_return_status := FND_API.G_RET_STS_ERROR;
1568: -- Standard call to get message count and if count=1, get the message
1569: FND_MSG_PUB.Count_And_Get (
1570: p_encoded => FND_API.G_FALSE,
1571: p_count => x_msg_count,
1572: p_data => x_msg_data
1573: );

Line 1579: FND_MSG_PUB.Count_And_Get (

1575: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
1576: ROLLBACK TO LOCK_Offer_Adj_Line_PVT;
1577: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1578: -- Standard call to get message count and if count=1, get the message
1579: FND_MSG_PUB.Count_And_Get (
1580: p_encoded => FND_API.G_FALSE,
1581: p_count => x_msg_count,
1582: p_data => x_msg_data
1583: );

Line 1588: IF FND_MSG_PUB.Check_Msg_Level ( FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

1584:
1585: WHEN OTHERS THEN
1586: ROLLBACK TO LOCK_Offer_Adj_Line_PVT;
1587: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1588: IF FND_MSG_PUB.Check_Msg_Level ( FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1589: THEN
1590: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME,l_api_name);
1591: END IF;
1592: -- Standard call to get message count and if count=1, get the message

Line 1590: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME,l_api_name);

1586: ROLLBACK TO LOCK_Offer_Adj_Line_PVT;
1587: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1588: IF FND_MSG_PUB.Check_Msg_Level ( FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1589: THEN
1590: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME,l_api_name);
1591: END IF;
1592: -- Standard call to get message count and if count=1, get the message
1593: FND_MSG_PUB.Count_And_Get (
1594: p_encoded => FND_API.G_FALSE,

Line 1593: FND_MSG_PUB.Count_And_Get (

1589: THEN
1590: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME,l_api_name);
1591: END IF;
1592: -- Standard call to get message count and if count=1, get the message
1593: FND_MSG_PUB.Count_And_Get (
1594: p_encoded => FND_API.G_FALSE,
1595: p_count => x_msg_count,
1596: p_data => x_msg_data
1597: );

Line 2121: FND_MSG_PUB.initialize;

2117:
2118: -- Initialize message list if p_init_msg_list is set to TRUE.
2119: IF FND_API.to_Boolean( p_init_msg_list )
2120: THEN
2121: FND_MSG_PUB.initialize;
2122: END IF;
2123:
2124: IF p_validation_level >= JTF_PLSQL_API.g_valid_level_item THEN
2125: Check_offadj_line_Items(

Line 2180: FND_MSG_PUB.Count_And_Get

2176: debug_message('Private API: ' || l_api_name || 'end');
2177:
2178:
2179: -- Standard call to get message count and if count is 1, get message info.
2180: FND_MSG_PUB.Count_And_Get
2181: (p_count => x_msg_count,
2182: p_data => x_msg_data
2183: );
2184: EXCEPTION

Line 2194: FND_MSG_PUB.Count_And_Get (

2190: WHEN FND_API.G_EXC_ERROR THEN
2191: ROLLBACK TO VALIDATE_Offer_Adj_Line_;
2192: x_return_status := FND_API.G_RET_STS_ERROR;
2193: -- Standard call to get message count and if count=1, get the message
2194: FND_MSG_PUB.Count_And_Get (
2195: p_encoded => FND_API.G_FALSE,
2196: p_count => x_msg_count,
2197: p_data => x_msg_data
2198: );

Line 2204: FND_MSG_PUB.Count_And_Get (

2200: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
2201: ROLLBACK TO VALIDATE_Offer_Adj_Line_;
2202: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
2203: -- Standard call to get message count and if count=1, get the message
2204: FND_MSG_PUB.Count_And_Get (
2205: p_encoded => FND_API.G_FALSE,
2206: p_count => x_msg_count,
2207: p_data => x_msg_data
2208: );

Line 2213: IF FND_MSG_PUB.Check_Msg_Level ( FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

2209:
2210: WHEN OTHERS THEN
2211: ROLLBACK TO VALIDATE_Offer_Adj_Line_;
2212: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
2213: IF FND_MSG_PUB.Check_Msg_Level ( FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
2214: THEN
2215: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME,l_api_name);
2216: END IF;
2217: -- Standard call to get message count and if count=1, get the message

Line 2215: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME,l_api_name);

2211: ROLLBACK TO VALIDATE_Offer_Adj_Line_;
2212: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
2213: IF FND_MSG_PUB.Check_Msg_Level ( FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
2214: THEN
2215: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME,l_api_name);
2216: END IF;
2217: -- Standard call to get message count and if count=1, get the message
2218: FND_MSG_PUB.Count_And_Get (
2219: p_encoded => FND_API.G_FALSE,

Line 2218: FND_MSG_PUB.Count_And_Get (

2214: THEN
2215: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME,l_api_name);
2216: END IF;
2217: -- Standard call to get message count and if count=1, get the message
2218: FND_MSG_PUB.Count_And_Get (
2219: p_encoded => FND_API.G_FALSE,
2220: p_count => x_msg_count,
2221: p_data => x_msg_data
2222: );

Line 2239: FND_MSG_PUB.initialize;

2235: BEGIN
2236: -- Initialize message list if p_init_msg_list is set to TRUE.
2237: IF FND_API.to_Boolean( p_init_msg_list )
2238: THEN
2239: FND_MSG_PUB.initialize;
2240: END IF;
2241:
2242:
2243:

Line 2255: FND_MSG_PUB.Count_And_Get

2251:
2252: -- Debug Message
2253: debug_message('Private API: Validate_dm_model_rec');
2254: -- Standard call to get message count and if count is 1, get message info.
2255: FND_MSG_PUB.Count_And_Get
2256: (p_count => x_msg_count,
2257: p_data => x_msg_data
2258: );
2259: END Validate_offadj_line_Rec;