DBA Data[Home] [Help]

APPS.AMS_CTD_PVT dependencies on FND_MSG_PUB

Line 470: FND_MSG_PUB.initialize;

466:
467: -- Initialize message list if p_init_msg_list is set to TRUE.
468: IF FND_API.to_Boolean( p_init_msg_list )
469: THEN
470: FND_MSG_PUB.initialize;
471: END IF;
472:
473: -- Debug Message
474: AMS_UTILITY_PVT.debug_message('Private API: ' || l_api_name || 'start');

Line 566: FND_MSG_PUB.Count_And_Get

562: -- Debug Message
563: AMS_UTILITY_PVT.debug_message('Private API: ' || l_api_name || 'end');
564:
565: -- Standard call to get message count and if count is 1, get message info.
566: FND_MSG_PUB.Count_And_Get
567: (p_count => x_msg_count,
568: p_data => x_msg_data
569: );
570: EXCEPTION

Line 580: FND_MSG_PUB.Count_And_Get (

576: WHEN FND_API.G_EXC_ERROR THEN
577: ROLLBACK TO CREATE_Ctd_PVT;
578: x_return_status := FND_API.G_RET_STS_ERROR;
579: -- Standard call to get message count and if count=1, get the message
580: FND_MSG_PUB.Count_And_Get (
581: p_encoded => FND_API.G_FALSE,
582: p_count => x_msg_count,
583: p_data => x_msg_data
584: );

Line 590: FND_MSG_PUB.Count_And_Get (

586: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
587: ROLLBACK TO CREATE_Ctd_PVT;
588: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
589: -- Standard call to get message count and if count=1, get the message
590: FND_MSG_PUB.Count_And_Get (
591: p_encoded => FND_API.G_FALSE,
592: p_count => x_msg_count,
593: p_data => x_msg_data
594: );

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

595:
596: WHEN OTHERS THEN
597: ROLLBACK TO CREATE_Ctd_PVT;
598: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
599: IF FND_MSG_PUB.Check_Msg_Level ( FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
600: THEN
601: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME,l_api_name);
602: END IF;
603: -- Standard call to get message count and if count=1, get the message

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

597: ROLLBACK TO CREATE_Ctd_PVT;
598: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
599: IF FND_MSG_PUB.Check_Msg_Level ( FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
600: THEN
601: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME,l_api_name);
602: END IF;
603: -- Standard call to get message count and if count=1, get the message
604: FND_MSG_PUB.Count_And_Get (
605: p_encoded => FND_API.G_FALSE,

Line 604: FND_MSG_PUB.Count_And_Get (

600: THEN
601: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME,l_api_name);
602: END IF;
603: -- Standard call to get message count and if count=1, get the message
604: FND_MSG_PUB.Count_And_Get (
605: p_encoded => FND_API.G_FALSE,
606: p_count => x_msg_count,
607: p_data => x_msg_data
608: );

Line 656: FND_MSG_PUB.initialize;

652:
653: -- Initialize message list if p_init_msg_list is set to TRUE.
654: IF FND_API.to_Boolean( p_init_msg_list )
655: THEN
656: FND_MSG_PUB.initialize;
657: END IF;
658:
659: -- Debug Message
660: AMS_UTILITY_PVT.debug_message('Private API: ' || l_api_name || 'start');

Line 722: AMS_UTILITY_PVT.debug_message(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW, 'Private API: Calling update table handler');

718: END IF;
719:
720:
721: -- Debug Message
722: AMS_UTILITY_PVT.debug_message(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW, 'Private API: Calling update table handler');
723:
724: -- Invoke table handler(AMS_CTDS_PKG.Update_Row)
725: AMS_CTDS_PKG.Update_Row(
726: p_ctd_id => p_ctd_rec.ctd_id,

Line 754: FND_MSG_PUB.Count_And_Get

750: -- Debug Message
751: AMS_UTILITY_PVT.debug_message('Private API: ' || l_api_name || 'end');
752:
753: -- Standard call to get message count and if count is 1, get message info.
754: FND_MSG_PUB.Count_And_Get
755: (p_count => x_msg_count,
756: p_data => x_msg_data
757: );
758: EXCEPTION

Line 768: FND_MSG_PUB.Count_And_Get (

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

Line 778: FND_MSG_PUB.Count_And_Get (

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

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

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

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

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

Line 792: FND_MSG_PUB.Count_And_Get (

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

Line 833: FND_MSG_PUB.initialize;

829:
830: -- Initialize message list if p_init_msg_list is set to TRUE.
831: IF FND_API.to_Boolean( p_init_msg_list )
832: THEN
833: FND_MSG_PUB.initialize;
834: END IF;
835:
836: -- Debug Message
837: AMS_UTILITY_PVT.debug_message('Private API: ' || l_api_name || 'start');

Line 867: FND_MSG_PUB.Count_And_Get

863: -- Debug Message
864: AMS_UTILITY_PVT.debug_message('Private API: ' || l_api_name || 'end');
865:
866: -- Standard call to get message count and if count is 1, get message info.
867: FND_MSG_PUB.Count_And_Get
868: (p_count => x_msg_count,
869: p_data => x_msg_data
870: );
871: EXCEPTION

Line 881: FND_MSG_PUB.Count_And_Get (

877: WHEN FND_API.G_EXC_ERROR THEN
878: ROLLBACK TO DELETE_Ctd_PVT;
879: x_return_status := FND_API.G_RET_STS_ERROR;
880: -- Standard call to get message count and if count=1, get the message
881: FND_MSG_PUB.Count_And_Get (
882: p_encoded => FND_API.G_FALSE,
883: p_count => x_msg_count,
884: p_data => x_msg_data
885: );

Line 891: FND_MSG_PUB.Count_And_Get (

887: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
888: ROLLBACK TO DELETE_Ctd_PVT;
889: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
890: -- Standard call to get message count and if count=1, get the message
891: FND_MSG_PUB.Count_And_Get (
892: p_encoded => FND_API.G_FALSE,
893: p_count => x_msg_count,
894: p_data => x_msg_data
895: );

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

896:
897: WHEN OTHERS THEN
898: ROLLBACK TO DELETE_Ctd_PVT;
899: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
900: IF FND_MSG_PUB.Check_Msg_Level ( FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
901: THEN
902: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME,l_api_name);
903: END IF;
904: -- Standard call to get message count and if count=1, get the message

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

898: ROLLBACK TO DELETE_Ctd_PVT;
899: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
900: IF FND_MSG_PUB.Check_Msg_Level ( FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
901: THEN
902: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME,l_api_name);
903: END IF;
904: -- Standard call to get message count and if count=1, get the message
905: FND_MSG_PUB.Count_And_Get (
906: p_encoded => FND_API.G_FALSE,

Line 905: FND_MSG_PUB.Count_And_Get (

901: THEN
902: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME,l_api_name);
903: END IF;
904: -- Standard call to get message count and if count=1, get the message
905: FND_MSG_PUB.Count_And_Get (
906: p_encoded => FND_API.G_FALSE,
907: p_count => x_msg_count,
908: p_data => x_msg_data
909: );

Line 948: FND_MSG_PUB.initialize;

944:
945: -- Initialize message list if p_init_msg_list is set to TRUE.
946: IF FND_API.to_Boolean( p_init_msg_list )
947: THEN
948: FND_MSG_PUB.initialize;
949: END IF;
950:
951: -- Standard call to check for call compatibility.
952: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

Line 974: IF FND_MSG_PUB.check_msg_level(FND_MSG_PUB.g_msg_lvl_error) THEN

970: FETCH c_Ctd INTO l_CTD_ID;
971:
972: IF (c_Ctd%NOTFOUND) THEN
973: CLOSE c_Ctd;
974: IF FND_MSG_PUB.check_msg_level(FND_MSG_PUB.g_msg_lvl_error) THEN
975: FND_MESSAGE.set_name('AMS', 'AMS_API_RECORD_NOT_FOUND');
976: FND_MSG_PUB.add;
977: END IF;
978: RAISE FND_API.g_exc_error;

Line 976: FND_MSG_PUB.add;

972: IF (c_Ctd%NOTFOUND) THEN
973: CLOSE c_Ctd;
974: IF FND_MSG_PUB.check_msg_level(FND_MSG_PUB.g_msg_lvl_error) THEN
975: FND_MESSAGE.set_name('AMS', 'AMS_API_RECORD_NOT_FOUND');
976: FND_MSG_PUB.add;
977: END IF;
978: RAISE FND_API.g_exc_error;
979: END IF;
980:

Line 984: FND_MSG_PUB.count_and_get(

980:
981: CLOSE c_Ctd;
982:
983: -------------------- finish --------------------------
984: FND_MSG_PUB.count_and_get(
985: p_encoded => FND_API.g_false,
986: p_count => x_msg_count,
987: p_data => x_msg_data);
988: AMS_Utility_PVT.debug_message(l_full_name ||': end');

Line 999: FND_MSG_PUB.Count_And_Get (

995: WHEN FND_API.G_EXC_ERROR THEN
996: ROLLBACK TO LOCK_Ctd_PVT;
997: x_return_status := FND_API.G_RET_STS_ERROR;
998: -- Standard call to get message count and if count=1, get the message
999: FND_MSG_PUB.Count_And_Get (
1000: p_encoded => FND_API.G_FALSE,
1001: p_count => x_msg_count,
1002: p_data => x_msg_data
1003: );

Line 1009: FND_MSG_PUB.Count_And_Get (

1005: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
1006: ROLLBACK TO LOCK_Ctd_PVT;
1007: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1008: -- Standard call to get message count and if count=1, get the message
1009: FND_MSG_PUB.Count_And_Get (
1010: p_encoded => FND_API.G_FALSE,
1011: p_count => x_msg_count,
1012: p_data => x_msg_data
1013: );

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

1014:
1015: WHEN OTHERS THEN
1016: ROLLBACK TO LOCK_Ctd_PVT;
1017: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1018: IF FND_MSG_PUB.Check_Msg_Level ( FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1019: THEN
1020: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME,l_api_name);
1021: END IF;
1022: -- Standard call to get message count and if count=1, get the message

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

1016: ROLLBACK TO LOCK_Ctd_PVT;
1017: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1018: IF FND_MSG_PUB.Check_Msg_Level ( FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1019: THEN
1020: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME,l_api_name);
1021: END IF;
1022: -- Standard call to get message count and if count=1, get the message
1023: FND_MSG_PUB.Count_And_Get (
1024: p_encoded => FND_API.G_FALSE,

Line 1023: FND_MSG_PUB.Count_And_Get (

1019: THEN
1020: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME,l_api_name);
1021: END IF;
1022: -- Standard call to get message count and if count=1, get the message
1023: FND_MSG_PUB.Count_And_Get (
1024: p_encoded => FND_API.G_FALSE,
1025: p_count => x_msg_count,
1026: p_data => x_msg_data
1027: );

Line 1362: FND_MSG_PUB.initialize;

1358:
1359: -- Initialize message list if p_init_msg_list is set to TRUE.
1360: IF FND_API.to_Boolean( p_init_msg_list )
1361: THEN
1362: FND_MSG_PUB.initialize;
1363: END IF;
1364: IF p_validation_level >= JTF_PLSQL_API.g_valid_level_item THEN
1365: Check_ctd_Items(
1366: p_ctd_rec => p_ctd_rec,

Line 1412: FND_MSG_PUB.Count_And_Get

1408: -- Debug Message
1409: AMS_UTILITY_PVT.debug_message('Private API: ' || l_api_name || 'end');
1410:
1411: -- Standard call to get message count and if count is 1, get message info.
1412: FND_MSG_PUB.Count_And_Get
1413: (p_count => x_msg_count,
1414: p_data => x_msg_data
1415: );
1416: EXCEPTION

Line 1426: FND_MSG_PUB.Count_And_Get (

1422: WHEN FND_API.G_EXC_ERROR THEN
1423: ROLLBACK TO VALIDATE_Ctd_;
1424: x_return_status := FND_API.G_RET_STS_ERROR;
1425: -- Standard call to get message count and if count=1, get the message
1426: FND_MSG_PUB.Count_And_Get (
1427: p_encoded => FND_API.G_FALSE,
1428: p_count => x_msg_count,
1429: p_data => x_msg_data
1430: );

Line 1436: FND_MSG_PUB.Count_And_Get (

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

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

1441:
1442: WHEN OTHERS THEN
1443: ROLLBACK TO VALIDATE_Ctd_;
1444: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1445: IF FND_MSG_PUB.Check_Msg_Level ( FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1446: THEN
1447: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME,l_api_name);
1448: END IF;
1449: -- Standard call to get message count and if count=1, get the message

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

1443: ROLLBACK TO VALIDATE_Ctd_;
1444: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1445: IF FND_MSG_PUB.Check_Msg_Level ( FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1446: THEN
1447: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME,l_api_name);
1448: END IF;
1449: -- Standard call to get message count and if count=1, get the message
1450: FND_MSG_PUB.Count_And_Get (
1451: p_encoded => FND_API.G_FALSE,

Line 1450: FND_MSG_PUB.Count_And_Get (

1446: THEN
1447: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME,l_api_name);
1448: END IF;
1449: -- Standard call to get message count and if count=1, get the message
1450: FND_MSG_PUB.Count_And_Get (
1451: p_encoded => FND_API.G_FALSE,
1452: p_count => x_msg_count,
1453: p_data => x_msg_data
1454: );

Line 1471: FND_MSG_PUB.initialize;

1467: BEGIN
1468: -- Initialize message list if p_init_msg_list is set to TRUE.
1469: IF FND_API.to_Boolean( p_init_msg_list )
1470: THEN
1471: FND_MSG_PUB.initialize;
1472: END IF;
1473:
1474: -- Initialize API return status to SUCCESS
1475: x_return_status := FND_API.G_RET_STS_SUCCESS;

Line 1485: FND_MSG_PUB.Count_And_Get

1481:
1482: -- Debug Message
1483: AMS_UTILITY_PVT.debug_message('Private API: Validate_dm_model_rec');
1484: -- Standard call to get message count and if count is 1, get message info.
1485: FND_MSG_PUB.Count_And_Get
1486: (p_count => x_msg_count,
1487: p_data => x_msg_data
1488: );
1489: END Validate_ctd_Rec;

Line 1516: FND_MSG_PUB.add;

1512: IF P_ctd_rec.ctd_id = FND_API.g_miss_num OR P_ctd_rec.ctd_id IS NULL THEN
1513: --AMS_Utility_PVT.Error_Message('AMS_ctd_NO_ctd_id');
1514: x_return_status := FND_API.g_ret_sts_error;
1515: FND_MESSAGE.set_name('AMS', 'AMS_ctd_NO_ctd_id');
1516: FND_MSG_PUB.add;
1517: RETURN;
1518: END IF;
1519:
1520: IF P_ctd_rec.track_url IS NOT NULL THEN

Line 1525: FND_MSG_PUB.add;

1521: IF P_ctd_rec.forward_url IS NULL AND P_ctd_rec.action_id =1 THEN
1522: --AMS_Utility_PVT.Error_Message('AMS_ctd_NO_FORWARD_URL');
1523: x_return_status := FND_API.g_ret_sts_error;
1524: FND_MESSAGE.set_name('AMS', 'AMS_PU_REQ_FIELDS_NOT_MAPPED');
1525: FND_MSG_PUB.add;
1526: RETURN;
1527: ELSIF P_ctd_rec.action_id = 5 THEN -- Go to Section. Site and Section should be provided
1528: IF P_ctd_rec.forward_url like '%go=section%' AND (P_ctd_rec.forward_url not like '%minisite=%' OR P_ctd_rec.forward_url not like '%section=%') THEN
1529: x_return_status := FND_API.g_ret_sts_error;

Line 1531: FND_MSG_PUB.add;

1527: ELSIF P_ctd_rec.action_id = 5 THEN -- Go to Section. Site and Section should be provided
1528: IF P_ctd_rec.forward_url like '%go=section%' AND (P_ctd_rec.forward_url not like '%minisite=%' OR P_ctd_rec.forward_url not like '%section=%') THEN
1529: x_return_status := FND_API.g_ret_sts_error;
1530: FND_MESSAGE.set_name('AMS', 'AMS_PU_REQ_FIELDS_NOT_MAPPED');
1531: FND_MSG_PUB.add;
1532: RETURN;
1533: END IF;
1534: RETURN;
1535:

Line 1540: FND_MSG_PUB.add;

1536: ELSIF P_ctd_rec.action_id = 7 THEN -- Goto Site. Site should be provided
1537: IF P_ctd_rec.forward_url like '%go=catalog%' AND P_ctd_rec.forward_url not like '%minisite=%' THEN
1538: x_return_status := FND_API.g_ret_sts_error;
1539: FND_MESSAGE.set_name('AMS', 'AMS_PU_REQ_FIELDS_NOT_MAPPED');
1540: FND_MSG_PUB.add;
1541: RETURN;
1542: END IF;
1543: ELSIF P_ctd_rec.action_id = 8 AND P_ctd_rec.forward_url like '%TO_BE_COMPUTED%' THEN -- Goto Web Script. Script should be provided
1544: x_return_status := FND_API.g_ret_sts_error;

Line 1546: FND_MSG_PUB.add;

1542: END IF;
1543: ELSIF P_ctd_rec.action_id = 8 AND P_ctd_rec.forward_url like '%TO_BE_COMPUTED%' THEN -- Goto Web Script. Script should be provided
1544: x_return_status := FND_API.g_ret_sts_error;
1545: FND_MESSAGE.set_name('AMS', 'AMS_PU_REQ_FIELDS_NOT_MAPPED');
1546: FND_MSG_PUB.add;
1547: RETURN;
1548: ELSIF P_ctd_rec.action_id = 9 THEN -- Goto Content item. Item and stylesheet should be provided
1549: IF P_ctd_rec.forward_url like '%cItemId=&%' OR P_ctd_rec.forward_url like '%stlId=&%' THEN
1550: x_return_status := FND_API.g_ret_sts_error;

Line 1552: FND_MSG_PUB.add;

1548: ELSIF P_ctd_rec.action_id = 9 THEN -- Goto Content item. Item and stylesheet should be provided
1549: IF P_ctd_rec.forward_url like '%cItemId=&%' OR P_ctd_rec.forward_url like '%stlId=&%' THEN
1550: x_return_status := FND_API.g_ret_sts_error;
1551: FND_MESSAGE.set_name('AMS', 'AMS_PU_REQ_FIELDS_NOT_MAPPED');
1552: FND_MSG_PUB.add;
1553: RETURN;
1554: END IF;
1555: END IF;
1556:

Line 1560: FND_MSG_PUB.add;

1556:
1557: ELSIF P_ctd_rec.action_id IS NOT NULL AND P_ctd_rec.track_url IS NULL THEN
1558: x_return_status := FND_API.g_ret_sts_error;
1559: FND_MESSAGE.set_name('AMS', 'AMS_CTD_NO_TRACK_GEN');
1560: FND_MSG_PUB.add;
1561: RETURN;
1562: END IF;
1563:
1564: END CHECK_MANDATORY_FIELDS;