DBA Data[Home] [Help]

APPS.OZF_VOL_OFFR_PVT dependencies on FND_MSG_PUB

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

21:
22: G_PKG_NAME CONSTANT VARCHAR2(30):= 'OZF_Vol_Offr_PVT';
23: G_FILE_NAME CONSTANT VARCHAR2(12) := 'ozfvvob.pls';
24:
25: OZF_DEBUG_HIGH_ON CONSTANT BOOLEAN := FND_MSG_PUB.check_msg_level(FND_MSG_PUB.g_msg_lvl_debug_high);
26: OZF_DEBUG_LOW_ON CONSTANT BOOLEAN := FND_MSG_PUB.check_msg_level(FND_MSG_PUB.g_msg_lvl_debug_low);
27:
28:
29: -- G_USER_ID NUMBER := FND_GLOBAL.USER_ID;

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

22: G_PKG_NAME CONSTANT VARCHAR2(30):= 'OZF_Vol_Offr_PVT';
23: G_FILE_NAME CONSTANT VARCHAR2(12) := 'ozfvvob.pls';
24:
25: OZF_DEBUG_HIGH_ON CONSTANT BOOLEAN := FND_MSG_PUB.check_msg_level(FND_MSG_PUB.g_msg_lvl_debug_high);
26: OZF_DEBUG_LOW_ON CONSTANT BOOLEAN := FND_MSG_PUB.check_msg_level(FND_MSG_PUB.g_msg_lvl_debug_low);
27:
28:
29: -- G_USER_ID NUMBER := FND_GLOBAL.USER_ID;
30: -- G_LOGIN_ID NUMBER := FND_GLOBAL.CONC_LOGIN_ID;

Line 132: FND_MSG_PUB.initialize;

128:
129: -- Initialize message list if p_init_msg_list is set to TRUE.
130: IF FND_API.to_Boolean( p_init_msg_list )
131: THEN
132: FND_MSG_PUB.initialize;
133: END IF;
134:
135:
136:

Line 234: FND_MSG_PUB.Count_And_Get

230: debug_message('Private API: ' || l_api_name || 'end');
231:
232:
233: -- Standard call to get message count and if count is 1, get message info.
234: FND_MSG_PUB.Count_And_Get
235: (p_count => x_msg_count,
236: p_data => x_msg_data
237: );
238: EXCEPTION

Line 248: FND_MSG_PUB.Count_And_Get (

244: WHEN FND_API.G_EXC_ERROR THEN
245: ROLLBACK TO CREATE_Vol_Offr_PVT;
246: x_return_status := FND_API.G_RET_STS_ERROR;
247: -- Standard call to get message count and if count=1, get the message
248: FND_MSG_PUB.Count_And_Get (
249: p_encoded => FND_API.G_FALSE,
250: p_count => x_msg_count,
251: p_data => x_msg_data
252: );

Line 258: FND_MSG_PUB.Count_And_Get (

254: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
255: ROLLBACK TO CREATE_Vol_Offr_PVT;
256: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
257: -- Standard call to get message count and if count=1, get the message
258: FND_MSG_PUB.Count_And_Get (
259: p_encoded => FND_API.G_FALSE,
260: p_count => x_msg_count,
261: p_data => x_msg_data
262: );

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

263:
264: WHEN OTHERS THEN
265: ROLLBACK TO CREATE_Vol_Offr_PVT;
266: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
267: IF FND_MSG_PUB.Check_Msg_Level ( FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
268: THEN
269: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME,l_api_name);
270: END IF;
271: -- Standard call to get message count and if count=1, get the message

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

265: ROLLBACK TO CREATE_Vol_Offr_PVT;
266: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
267: IF FND_MSG_PUB.Check_Msg_Level ( FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
268: THEN
269: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME,l_api_name);
270: END IF;
271: -- Standard call to get message count and if count=1, get the message
272: FND_MSG_PUB.Count_And_Get (
273: p_encoded => FND_API.G_FALSE,

Line 272: FND_MSG_PUB.Count_And_Get (

268: THEN
269: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME,l_api_name);
270: END IF;
271: -- Standard call to get message count and if count=1, get the message
272: FND_MSG_PUB.Count_And_Get (
273: p_encoded => FND_API.G_FALSE,
274: p_count => x_msg_count,
275: p_data => x_msg_data
276: );

Line 363: FND_MSG_PUB.initialize;

359:
360: -- Initialize message list if p_init_msg_list is set to TRUE.
361: IF FND_API.to_Boolean( p_init_msg_list )
362: THEN
363: FND_MSG_PUB.initialize;
364: END IF;
365:
366:
367:

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

428: END IF;
429: debug_message('id: '||p_vol_offr_tier_rec.volume_offer_tiers_id);
430: debug_message('ver: '||l_object_version_number);
431: -- Debug Message
432: --debug_message(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW, 'Private API: Calling update table handler');
433: -- Invoke table handler(Ozf_Vol_Offr_Pkg.Update_Row)
434: Ozf_Vol_Offr_Pkg.Update_Row(
435: p_volume_offer_tiers_id => p_vol_offr_tier_rec.volume_offer_tiers_id,
436: p_qp_list_header_id => p_vol_offr_tier_rec.qp_list_header_id,

Line 465: FND_MSG_PUB.Count_And_Get

461: debug_message('Private API: ' || l_api_name || 'end');
462:
463:
464: -- Standard call to get message count and if count is 1, get message info.
465: FND_MSG_PUB.Count_And_Get
466: (p_count => x_msg_count,
467: p_data => x_msg_data
468: );
469: EXCEPTION

Line 479: FND_MSG_PUB.Count_And_Get (

475: WHEN FND_API.G_EXC_ERROR THEN
476: ROLLBACK TO UPDATE_Vol_Offr_PVT;
477: x_return_status := FND_API.G_RET_STS_ERROR;
478: -- Standard call to get message count and if count=1, get the message
479: FND_MSG_PUB.Count_And_Get (
480: p_encoded => FND_API.G_FALSE,
481: p_count => x_msg_count,
482: p_data => x_msg_data
483: );

Line 489: FND_MSG_PUB.Count_And_Get (

485: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
486: ROLLBACK TO UPDATE_Vol_Offr_PVT;
487: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
488: -- Standard call to get message count and if count=1, get the message
489: FND_MSG_PUB.Count_And_Get (
490: p_encoded => FND_API.G_FALSE,
491: p_count => x_msg_count,
492: p_data => x_msg_data
493: );

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

494:
495: WHEN OTHERS THEN
496: ROLLBACK TO UPDATE_Vol_Offr_PVT;
497: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
498: IF FND_MSG_PUB.Check_Msg_Level ( FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
499: THEN
500: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME,l_api_name);
501: END IF;
502: -- Standard call to get message count and if count=1, get the message

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

496: ROLLBACK TO UPDATE_Vol_Offr_PVT;
497: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
498: IF FND_MSG_PUB.Check_Msg_Level ( FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
499: THEN
500: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME,l_api_name);
501: END IF;
502: -- Standard call to get message count and if count=1, get the message
503: FND_MSG_PUB.Count_And_Get (
504: p_encoded => FND_API.G_FALSE,

Line 503: FND_MSG_PUB.Count_And_Get (

499: THEN
500: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME,l_api_name);
501: END IF;
502: -- Standard call to get message count and if count=1, get the message
503: FND_MSG_PUB.Count_And_Get (
504: p_encoded => FND_API.G_FALSE,
505: p_count => x_msg_count,
506: p_data => x_msg_data
507: );

Line 579: FND_MSG_PUB.initialize;

575:
576: -- Initialize message list if p_init_msg_list is set to TRUE.
577: IF FND_API.to_Boolean( p_init_msg_list )
578: THEN
579: FND_MSG_PUB.initialize;
580: END IF;
581:
582:
583:

Line 618: FND_MSG_PUB.Count_And_Get

614: debug_message('Private API: ' || l_api_name || 'end');
615:
616:
617: -- Standard call to get message count and if count is 1, get message info.
618: FND_MSG_PUB.Count_And_Get
619: (p_count => x_msg_count,
620: p_data => x_msg_data
621: );
622: EXCEPTION

Line 632: FND_MSG_PUB.Count_And_Get (

628: WHEN FND_API.G_EXC_ERROR THEN
629: ROLLBACK TO DELETE_Vol_Offr_PVT;
630: x_return_status := FND_API.G_RET_STS_ERROR;
631: -- Standard call to get message count and if count=1, get the message
632: FND_MSG_PUB.Count_And_Get (
633: p_encoded => FND_API.G_FALSE,
634: p_count => x_msg_count,
635: p_data => x_msg_data
636: );

Line 642: FND_MSG_PUB.Count_And_Get (

638: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
639: ROLLBACK TO DELETE_Vol_Offr_PVT;
640: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
641: -- Standard call to get message count and if count=1, get the message
642: FND_MSG_PUB.Count_And_Get (
643: p_encoded => FND_API.G_FALSE,
644: p_count => x_msg_count,
645: p_data => x_msg_data
646: );

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

647:
648: WHEN OTHERS THEN
649: ROLLBACK TO DELETE_Vol_Offr_PVT;
650: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
651: IF FND_MSG_PUB.Check_Msg_Level ( FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
652: THEN
653: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME,l_api_name);
654: END IF;
655: -- Standard call to get message count and if count=1, get the message

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

649: ROLLBACK TO DELETE_Vol_Offr_PVT;
650: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
651: IF FND_MSG_PUB.Check_Msg_Level ( FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
652: THEN
653: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME,l_api_name);
654: END IF;
655: -- Standard call to get message count and if count=1, get the message
656: FND_MSG_PUB.Count_And_Get (
657: p_encoded => FND_API.G_FALSE,

Line 656: FND_MSG_PUB.Count_And_Get (

652: THEN
653: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME,l_api_name);
654: END IF;
655: -- Standard call to get message count and if count=1, get the message
656: FND_MSG_PUB.Count_And_Get (
657: p_encoded => FND_API.G_FALSE,
658: p_count => x_msg_count,
659: p_data => x_msg_data
660: );

Line 726: FND_MSG_PUB.initialize;

722:
723: -- Initialize message list if p_init_msg_list is set to TRUE.
724: IF FND_API.to_Boolean( p_init_msg_list )
725: THEN
726: FND_MSG_PUB.initialize;
727: END IF;
728:
729:
730:

Line 751: FND_MSG_PUB.count_and_get(

747: OZF_Vol_Offr_PKG.Lock_Row(l_volume_offer_tiers_id,p_object_version);
748:
749:
750: -------------------- finish --------------------------
751: FND_MSG_PUB.count_and_get(
752: p_encoded => FND_API.g_false,
753: p_count => x_msg_count,
754: p_data => x_msg_data);
755: debug_message(l_full_name ||': end');

Line 766: FND_MSG_PUB.Count_And_Get (

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

Line 776: FND_MSG_PUB.Count_And_Get (

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

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

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

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

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

Line 790: FND_MSG_PUB.Count_And_Get (

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

Line 845: Fnd_Msg_Pub.ADD;

841: IF p_vol_offr_tier_rec.qp_list_header_id = FND_API.g_miss_num
842: OR p_vol_offr_tier_rec.qp_list_header_id IS NULL
843: THEN
844: Fnd_Message.SET_NAME('OZF', 'OZF_VOL_OFF_NO_LST_HDR_ID');
845: Fnd_Msg_Pub.ADD;
846: x_return_status := FND_API.g_ret_sts_error;
847: END IF;
848: END IF;
849: -- check discount_type_code

Line 854: Fnd_Msg_Pub.ADD;

850: IF p_vol_offr_tier_rec.discount_type_code = FND_API.g_miss_char
851: OR p_vol_offr_tier_rec.discount_type_code IS NULL
852: THEN
853: Fnd_Message.SET_NAME('OZF', 'OZF_VOL_OFF_NO_DISOUNT_TYPE');
854: Fnd_Msg_Pub.ADD;
855: x_return_status := FND_API.g_ret_sts_error;
856: END IF;
857: -- check discount
858: IF p_vol_offr_tier_rec.discount = FND_API.g_miss_num

Line 862: Fnd_Msg_Pub.ADD;

858: IF p_vol_offr_tier_rec.discount = FND_API.g_miss_num
859: OR p_vol_offr_tier_rec.discount IS NULL
860: THEN
861: Fnd_Message.SET_NAME('OZF', 'OZF_VOL_OFF_NO_DISOUNT');
862: Fnd_Msg_Pub.ADD;
863: x_return_status := FND_API.g_ret_sts_error;
864: END IF;
865: -- check break_type_code
866: IF p_vol_offr_tier_rec.break_type_code = FND_API.g_miss_char

Line 870: Fnd_Msg_Pub.ADD;

866: IF p_vol_offr_tier_rec.break_type_code = FND_API.g_miss_char
867: OR p_vol_offr_tier_rec.break_type_code IS NULL
868: THEN
869: Fnd_Message.SET_NAME('OZF', 'OZF_VOL_OFF_NO_BREAK_TYPE');
870: Fnd_Msg_Pub.ADD;
871: x_return_status := FND_API.g_ret_sts_error;
872: END IF;
873: -- check tier_value_from
874: IF p_vol_offr_tier_rec.tier_value_from = FND_API.g_miss_num

Line 878: Fnd_Msg_Pub.ADD;

874: IF p_vol_offr_tier_rec.tier_value_from = FND_API.g_miss_num
875: OR p_vol_offr_tier_rec.tier_value_from IS NULL
876: THEN
877: Fnd_Message.SET_NAME('OZF', 'OZF_VOL_OFF_NO_VALUE_FROM');
878: Fnd_Msg_Pub.ADD;
879: x_return_status := FND_API.g_ret_sts_error;
880: END IF;
881: -- check tier_value_to
882: IF p_vol_offr_tier_rec.tier_value_to = FND_API.g_miss_num

Line 886: Fnd_Msg_Pub.ADD;

882: IF p_vol_offr_tier_rec.tier_value_to = FND_API.g_miss_num
883: OR p_vol_offr_tier_rec.tier_value_to IS NULL
884: THEN
885: Fnd_Message.SET_NAME('OZF', 'OZF_VOL_OFF_NO_VALUE_TO');
886: Fnd_Msg_Pub.ADD;
887: x_return_status := FND_API.g_ret_sts_error;
888: END IF;
889: -- check volume_type
890: IF p_vol_offr_tier_rec.volume_type = FND_API.g_miss_char

Line 894: Fnd_Msg_Pub.ADD;

890: IF p_vol_offr_tier_rec.volume_type = FND_API.g_miss_char
891: OR p_vol_offr_tier_rec.volume_type IS NULL
892: THEN
893: Fnd_Message.SET_NAME('OZF', 'OZF_VOL_OFF_NO_VOLUME_TYPE');
894: Fnd_Msg_Pub.ADD;
895: x_return_status := FND_API.g_ret_sts_error;
896: END IF;
897: -- check uom_code
898: IF p_vol_offr_tier_rec.volume_type = 'PRICING_ATTRIBUTE10' THEN

Line 903: Fnd_Msg_Pub.ADD;

899: IF p_vol_offr_tier_rec.uom_code IS NULL
900: OR p_vol_offr_tier_rec.uom_code = FND_API.g_miss_char
901: THEN
902: Fnd_Message.SET_NAME('OZF', 'OZF_VOL_OFF_NO_UOM_CODE');
903: Fnd_Msg_Pub.ADD;
904: x_return_status := FND_API.g_ret_sts_error;
905: END IF;
906: RETURN;
907: END IF;

Line 913: Fnd_Msg_Pub.ADD;

909: IF p_vol_offr_tier_rec.object_version_number = FND_API.g_miss_num
910: OR p_vol_offr_tier_rec.object_version_number IS NULL
911: THEN
912: Fnd_Message.SET_NAME('OZF', 'OZF_VOL_OFF_NO_OBJECT_VERSION');
913: Fnd_Msg_Pub.ADD;
914: x_return_status := FND_API.g_ret_sts_error;
915: END IF;
916:
917: END check_Vol_Offr_Tier_Req_Items;

Line 1191: FND_MSG_PUB.initialize;

1187:
1188: -- Initialize message list if p_init_msg_list is set to TRUE.
1189: IF FND_API.to_Boolean( p_init_msg_list )
1190: THEN
1191: FND_MSG_PUB.initialize;
1192: END IF;
1193:
1194:
1195: IF p_validation_level >= JTF_PLSQL_API.g_valid_level_item THEN

Line 1251: FND_MSG_PUB.Count_And_Get

1247: debug_message('Private API: ' || l_api_name || ' end');
1248:
1249:
1250: -- Standard call to get message count and if count is 1, get message info.
1251: FND_MSG_PUB.Count_And_Get
1252: (p_count => x_msg_count,
1253: p_data => x_msg_data
1254: );
1255: EXCEPTION

Line 1265: FND_MSG_PUB.Count_And_Get (

1261: WHEN FND_API.G_EXC_ERROR THEN
1262: ROLLBACK TO VALIDATE_Vol_Offr_;
1263: x_return_status := FND_API.G_RET_STS_ERROR;
1264: -- Standard call to get message count and if count=1, get the message
1265: FND_MSG_PUB.Count_And_Get (
1266: p_encoded => FND_API.G_FALSE,
1267: p_count => x_msg_count,
1268: p_data => x_msg_data
1269: );

Line 1275: FND_MSG_PUB.Count_And_Get (

1271: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
1272: ROLLBACK TO VALIDATE_Vol_Offr_;
1273: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1274: -- Standard call to get message count and if count=1, get the message
1275: FND_MSG_PUB.Count_And_Get (
1276: p_encoded => FND_API.G_FALSE,
1277: p_count => x_msg_count,
1278: p_data => x_msg_data
1279: );

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

1280:
1281: WHEN OTHERS THEN
1282: ROLLBACK TO VALIDATE_Vol_Offr_;
1283: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1284: IF FND_MSG_PUB.Check_Msg_Level ( FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1285: THEN
1286: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME,l_api_name);
1287: END IF;
1288: -- Standard call to get message count and if count=1, get the message

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

1282: ROLLBACK TO VALIDATE_Vol_Offr_;
1283: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1284: IF FND_MSG_PUB.Check_Msg_Level ( FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1285: THEN
1286: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME,l_api_name);
1287: END IF;
1288: -- Standard call to get message count and if count=1, get the message
1289: FND_MSG_PUB.Count_And_Get (
1290: p_encoded => FND_API.G_FALSE,

Line 1289: FND_MSG_PUB.Count_And_Get (

1285: THEN
1286: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME,l_api_name);
1287: END IF;
1288: -- Standard call to get message count and if count=1, get the message
1289: FND_MSG_PUB.Count_And_Get (
1290: p_encoded => FND_API.G_FALSE,
1291: p_count => x_msg_count,
1292: p_data => x_msg_data
1293: );

Line 1315: FND_MSG_PUB.initialize;

1311: BEGIN
1312: -- Initialize message list if p_init_msg_list is set to TRUE.
1313: IF FND_API.to_Boolean( p_init_msg_list )
1314: THEN
1315: FND_MSG_PUB.initialize;
1316: END IF;
1317:
1318:
1319:

Line 1342: FND_MSG_PUB.Count_And_Get

1338: END LOOP;
1339: -- Debug Message
1340: debug_message('Private API: Validate_dm_model_rec');
1341: -- Standard call to get message count and if count is 1, get message info.
1342: FND_MSG_PUB.Count_And_Get
1343: (p_count => x_msg_count,
1344: p_data => x_msg_data
1345: );
1346: END Validate_vol_offr_tier_Rec;