DBA Data[Home] [Help]

APPS.OZF_OFFER_MARKET_OPTIONS_PVT dependencies on FND_MSG_PUB

Line 475: FND_MSG_PUB.initialize;

471: END IF;
472: -- Initialize message list if p_init_msg_list is set to TRUE.
473: IF FND_API.to_Boolean( p_init_msg_list )
474: THEN
475: FND_MSG_PUB.initialize;
476: END IF;
477:
478: -- Debug Message
479: OZF_Volume_Offer_disc_PVT.debug_message('Private API: ' || l_api_name || 'start');

Line 528: FND_MSG_PUB.Count_And_Get

524: OZF_Volume_Offer_disc_PVT.debug_message('Private API: ' || l_api_name || 'end');
525:
526:
527: -- Standard call to get message count and if count is 1, get message info.
528: FND_MSG_PUB.Count_And_Get
529: (p_count => x_msg_count,
530: p_data => x_msg_data
531: );
532: EXCEPTION

Line 542: FND_MSG_PUB.Count_And_Get (

538: WHEN FND_API.G_EXC_ERROR THEN
539: ROLLBACK TO validate_market_options_pvt;
540: x_return_status := FND_API.G_RET_STS_ERROR;
541: -- Standard call to get message count and if count=1, get the message
542: FND_MSG_PUB.Count_And_Get (
543: p_encoded => FND_API.G_FALSE,
544: p_count => x_msg_count,
545: p_data => x_msg_data
546: );

Line 552: FND_MSG_PUB.Count_And_Get (

548: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
549: ROLLBACK TO validate_market_options_pvt;
550: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
551: -- Standard call to get message count and if count=1, get the message
552: FND_MSG_PUB.Count_And_Get (
553: p_encoded => FND_API.G_FALSE,
554: p_count => x_msg_count,
555: p_data => x_msg_data
556: );

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

557:
558: WHEN OTHERS THEN
559: ROLLBACK TO validate_market_options_pvt;
560: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
561: IF FND_MSG_PUB.Check_Msg_Level ( FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
562: THEN
563: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME,l_api_name);
564: END IF;
565: -- Standard call to get message count and if count=1, get the message

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

559: ROLLBACK TO validate_market_options_pvt;
560: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
561: IF FND_MSG_PUB.Check_Msg_Level ( FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
562: THEN
563: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME,l_api_name);
564: END IF;
565: -- Standard call to get message count and if count=1, get the message
566: FND_MSG_PUB.Count_And_Get (
567: p_encoded => FND_API.G_FALSE,

Line 566: FND_MSG_PUB.Count_And_Get (

562: THEN
563: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME,l_api_name);
564: END IF;
565: -- Standard call to get message count and if count=1, get the message
566: FND_MSG_PUB.Count_And_Get (
567: p_encoded => FND_API.G_FALSE,
568: p_count => x_msg_count,
569: p_data => x_msg_data
570: );

Line 650: FND_MSG_PUB.initialize;

646:
647: -- Initialize message list if p_init_msg_list is set to TRUE.
648: IF FND_API.to_Boolean( p_init_msg_list )
649: THEN
650: FND_MSG_PUB.initialize;
651: END IF;
652:
653: -- Debug Message
654: OZF_Volume_Offer_disc_PVT.debug_message('Private API: ' || l_api_name || 'start');

Line 744: FND_MSG_PUB.Count_And_Get

740: OZF_Volume_Offer_disc_PVT.debug_message('Private API: ' || l_api_name || 'Return status is : '|| x_return_status);
741: OZF_Volume_Offer_disc_PVT.debug_message('Private API: ' || l_api_name || 'end');
742: -- Standard call to get message count and if count is 1, get message info.
743:
744: FND_MSG_PUB.Count_And_Get
745: (p_count => x_msg_count,
746: p_data => x_msg_data
747: );
748:

Line 755: FND_MSG_PUB.Count_And_Get (

751: WHEN FND_API.G_EXC_ERROR THEN
752: ROLLBACK TO Create_market_options_pvt;
753: x_return_status := FND_API.G_RET_STS_ERROR;
754: -- Standard call to get message count and if count=1, get the message
755: FND_MSG_PUB.Count_And_Get (
756: p_encoded => FND_API.G_FALSE,
757: p_count => x_msg_count,
758: p_data => x_msg_data
759: );

Line 765: FND_MSG_PUB.Count_And_Get (

761: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
762: ROLLBACK TO Create_market_options_pvt;
763: x_return_status := FND_API.G_RET_STS_UNEXP_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 774: IF FND_MSG_PUB.Check_Msg_Level ( FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

770:
771: WHEN OTHERS THEN
772: ROLLBACK TO Create_market_options_pvt;
773: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
774: IF FND_MSG_PUB.Check_Msg_Level ( FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
775: THEN
776: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME,l_api_name);
777: END IF;
778: -- Standard call to get message count and if count=1, get the message

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

772: ROLLBACK TO Create_market_options_pvt;
773: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
774: IF FND_MSG_PUB.Check_Msg_Level ( FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
775: THEN
776: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME,l_api_name);
777: END IF;
778: -- Standard call to get message count and if count=1, get the message
779: FND_MSG_PUB.Count_And_Get (
780: p_encoded => FND_API.G_FALSE,

Line 779: FND_MSG_PUB.Count_And_Get (

775: THEN
776: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME,l_api_name);
777: END IF;
778: -- Standard call to get message count and if count=1, get the message
779: FND_MSG_PUB.Count_And_Get (
780: p_encoded => FND_API.G_FALSE,
781: p_count => x_msg_count,
782: p_data => x_msg_data
783: );

Line 862: FND_MSG_PUB.initialize;

858: END IF;
859: -- Initialize message list if p_init_msg_list is set to TRUE.
860: IF FND_API.to_Boolean( p_init_msg_list )
861: THEN
862: FND_MSG_PUB.initialize;
863: END IF;
864: -- Debug Message
865: OZF_Volume_Offer_disc_PVT.debug_message('Private API: ' || l_api_name || 'start');
866:

Line 941: FND_MSG_PUB.Count_And_Get

937: END IF;
938: -- Debug Message
939: OZF_Volume_Offer_disc_PVT.debug_message('Private API: ' || l_api_name || 'end');
940: -- Standard call to get message count and if count is 1, get message info.
941: FND_MSG_PUB.Count_And_Get
942: (p_count => x_msg_count,
943: p_data => x_msg_data
944: );
945:

Line 957: FND_MSG_PUB.Count_And_Get (

953: WHEN FND_API.G_EXC_ERROR THEN
954: ROLLBACK TO Update_market_options_pvt;
955: x_return_status := FND_API.G_RET_STS_ERROR;
956: -- Standard call to get message count and if count=1, get the message
957: FND_MSG_PUB.Count_And_Get (
958: p_encoded => FND_API.G_FALSE,
959: p_count => x_msg_count,
960: p_data => x_msg_data
961: );

Line 967: FND_MSG_PUB.Count_And_Get (

963: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
964: ROLLBACK TO Update_market_options_pvt;
965: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
966: -- Standard call to get message count and if count=1, get the message
967: FND_MSG_PUB.Count_And_Get (
968: p_encoded => FND_API.G_FALSE,
969: p_count => x_msg_count,
970: p_data => x_msg_data
971: );

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

972:
973: WHEN OTHERS THEN
974: ROLLBACK TO Update_market_options_pvt;
975: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
976: IF FND_MSG_PUB.Check_Msg_Level ( FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
977: THEN
978: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME,l_api_name);
979: END IF;
980: -- Standard call to get message count and if count=1, get the message

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

974: ROLLBACK TO Update_market_options_pvt;
975: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
976: IF FND_MSG_PUB.Check_Msg_Level ( FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
977: THEN
978: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME,l_api_name);
979: END IF;
980: -- Standard call to get message count and if count=1, get the message
981: FND_MSG_PUB.Count_And_Get (
982: p_encoded => FND_API.G_FALSE,

Line 981: FND_MSG_PUB.Count_And_Get (

977: THEN
978: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME,l_api_name);
979: END IF;
980: -- Standard call to get message count and if count=1, get the message
981: FND_MSG_PUB.Count_And_Get (
982: p_encoded => FND_API.G_FALSE,
983: p_count => x_msg_count,
984: p_data => x_msg_data
985: );

Line 1053: FND_MSG_PUB.initialize;

1049:
1050: -- Initialize message list if p_init_msg_list is set to TRUE.
1051: IF FND_API.to_Boolean( p_init_msg_list )
1052: THEN
1053: FND_MSG_PUB.initialize;
1054: END IF;
1055:
1056: -- Initialize API return status to SUCCESS
1057: x_return_status := FND_API.G_RET_STS_SUCCESS;

Line 1080: FND_MSG_PUB.Count_And_Get

1076: COMMIT WORK;
1077: END IF;
1078:
1079: -- Standard call to get message count and if count is 1, get message info.
1080: FND_MSG_PUB.Count_And_Get
1081: (p_count => x_msg_count,
1082: p_data => x_msg_data
1083: );
1084: EXCEPTION

Line 1094: FND_MSG_PUB.Count_And_Get (

1090: WHEN FND_API.G_EXC_ERROR THEN
1091: ROLLBACK TO Delete_market_options_PVT;
1092: x_return_status := FND_API.G_RET_STS_ERROR;
1093: -- Standard call to get message count and if count=1, get the message
1094: FND_MSG_PUB.Count_And_Get (
1095: p_encoded => FND_API.G_FALSE,
1096: p_count => x_msg_count,
1097: p_data => x_msg_data
1098: );

Line 1104: FND_MSG_PUB.Count_And_Get (

1100: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
1101: ROLLBACK TO Delete_market_options_PVT;
1102: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1103: -- Standard call to get message count and if count=1, get the message
1104: FND_MSG_PUB.Count_And_Get (
1105: p_encoded => FND_API.G_FALSE,
1106: p_count => x_msg_count,
1107: p_data => x_msg_data
1108: );

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

1109:
1110: WHEN OTHERS THEN
1111: ROLLBACK TO Delete_market_options_PVT;
1112: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1113: IF FND_MSG_PUB.Check_Msg_Level ( FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1114: THEN
1115: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME,l_api_name);
1116: END IF;
1117: -- Standard call to get message count and if count=1, get the message

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

1111: ROLLBACK TO Delete_market_options_PVT;
1112: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1113: IF FND_MSG_PUB.Check_Msg_Level ( FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1114: THEN
1115: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME,l_api_name);
1116: END IF;
1117: -- Standard call to get message count and if count=1, get the message
1118: FND_MSG_PUB.Count_And_Get (
1119: p_encoded => FND_API.G_FALSE,

Line 1118: FND_MSG_PUB.Count_And_Get (

1114: THEN
1115: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME,l_api_name);
1116: END IF;
1117: -- Standard call to get message count and if count=1, get the message
1118: FND_MSG_PUB.Count_And_Get (
1119: p_encoded => FND_API.G_FALSE,
1120: p_count => x_msg_count,
1121: p_data => x_msg_data
1122: );