DBA Data[Home] [Help]

APPS.PV_PARTNER_PROGRAM_PVT dependencies on OE_MSG_PUB

Line 625: -- OE_MSG_PUB.Count_And_Get (

621: PVX_UTILITY_PVT.debug_message('IN CREATE BLOCK : l_msg_data : ' || l_msg_data);
622: END IF;
623:
624: -- Standard call to get message count and if count=1, get the message
625: -- OE_MSG_PUB.Count_And_Get (
626: -- p_encoded => FND_API.G_FALSE
627: -- ,p_count => x_msg_count
628: -- ,p_data => x_msg_data
629: -- );

Line 630: -- l_count := OE_MSG_PUB.count_msg;

626: -- p_encoded => FND_API.G_FALSE
627: -- ,p_count => x_msg_count
628: -- ,p_data => x_msg_data
629: -- );
630: -- l_count := OE_MSG_PUB.count_msg;
631: -- FOR i IN 1 .. l_count LOOP
632: -- l_msg := OE_MSG_PUB.get(i, FND_API.g_false);
633: -- -- holiu: remove since adchkdrv does not like it
634: -- -- dbms_OUTPUT.put_line('( IN CREATE BLOCK :' || i || ') ' || l_msg);

Line 632: -- l_msg := OE_MSG_PUB.get(i, FND_API.g_false);

628: -- ,p_data => x_msg_data
629: -- );
630: -- l_count := OE_MSG_PUB.count_msg;
631: -- FOR i IN 1 .. l_count LOOP
632: -- l_msg := OE_MSG_PUB.get(i, FND_API.g_false);
633: -- -- holiu: remove since adchkdrv does not like it
634: -- -- dbms_OUTPUT.put_line('( IN CREATE BLOCK :' || i || ') ' || l_msg);
635: -- IF (PV_DEBUG_HIGH_ON) THEN PVX_UTILITY_PVT.debug_message('(' || i || ') ' || l_msg); END IF;
636: -- END LOOP;

Line 664: -- l_count := OE_MSG_PUB.count_msg;

660: PVX_UTILITY_PVT.debug_message('l_msg_data '|| l_msg_data);
661: END IF;
662:
663:
664: -- l_count := OE_MSG_PUB.count_msg;
665: -- FOR i IN 1 .. l_count LOOP
666: -- l_msg := OE_MSG_PUB.get(i, FND_API.g_false);
667: -- -- holiu: remove since adchkdrv does not like it
668: -- DBMS_OUTPUT.put_line('(' || i || ') ' || l_msg);

Line 666: -- l_msg := OE_MSG_PUB.get(i, FND_API.g_false);

662:
663:
664: -- l_count := OE_MSG_PUB.count_msg;
665: -- FOR i IN 1 .. l_count LOOP
666: -- l_msg := OE_MSG_PUB.get(i, FND_API.g_false);
667: -- -- holiu: remove since adchkdrv does not like it
668: -- DBMS_OUTPUT.put_line('(' || i || ') ' || l_msg);
669: -- IF (PV_DEBUG_HIGH_ON) THEN PVX_UTILITY_PVT.debug_message('(' || i || ') ' || l_msg); END IF;
670: -- END LOOP;

Line 707: -- OE_MSG_PUB.Count_And_Get (

703:
704: END IF;
705:
706: -- Standard call to get message count and if count=1, get the message
707: -- OE_MSG_PUB.Count_And_Get (
708: -- p_encoded => FND_API.G_FALSE
709: -- ,p_count => x_msg_count
710: -- ,p_data => x_msg_data
711: -- );

Line 712: -- l_count := OE_MSG_PUB.count_msg;

708: -- p_encoded => FND_API.G_FALSE
709: -- ,p_count => x_msg_count
710: -- ,p_data => x_msg_data
711: -- );
712: -- l_count := OE_MSG_PUB.count_msg;
713: -- FOR i IN 1 .. l_count LOOP
714: -- l_msg := OE_MSG_PUB.get(i, FND_API.g_false);
715: -- -- holiu: remove since adchkdrv does not like it
716: -- DBMS_OUTPUT.put_line('(' || i || ') ' || l_msg);

Line 714: -- l_msg := OE_MSG_PUB.get(i, FND_API.g_false);

710: -- ,p_data => x_msg_data
711: -- );
712: -- l_count := OE_MSG_PUB.count_msg;
713: -- FOR i IN 1 .. l_count LOOP
714: -- l_msg := OE_MSG_PUB.get(i, FND_API.g_false);
715: -- -- holiu: remove since adchkdrv does not like it
716: -- DBMS_OUTPUT.put_line('(' || i || ') ' || l_msg);
717: -- IF (PV_DEBUG_HIGH_ON) THEN PVX_UTILITY_PVT.debug_message('(' || i || ') ' || l_msg); END IF;
718: -- END LOOP;

Line 723: OE_MSG_PUB.Count_And_Get (

719:
720: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
721: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
722: -- Standard call to get message count and if count=1, get the message
723: OE_MSG_PUB.Count_And_Get (
724: p_encoded => FND_API.G_FALSE
725: ,p_count => x_msg_count
726: ,p_data => x_msg_data
727: );

Line 1597: -- OE_MSG_PUB.Count_And_Get (

1593:
1594:
1595:
1596: -- IF l_return_status = FND_API.g_ret_sts_error THEN
1597: -- OE_MSG_PUB.Count_And_Get (
1598: -- p_encoded => FND_API.G_FALSE
1599: -- ,p_count => x_msg_count
1600: -- ,p_data => x_msg_data
1601: -- );

Line 1668: -- l_count := OE_MSG_PUB.count_msg;

1664: ,p_count => x_msg_count
1665: ,p_data => x_msg_data
1666: );
1667:
1668: -- l_count := OE_MSG_PUB.count_msg;
1669: -- FOR i IN 1 .. l_count LOOP
1670: -- l_msg := OE_MSG_PUB.get(i, FND_API.g_false);
1671: -- -- holiu: remove since adchkdrv does not like it
1672: -- DBMS_OUTPUT.put_line('(' || i || ') ' || l_msg);

Line 1670: -- l_msg := OE_MSG_PUB.get(i, FND_API.g_false);

1666: );
1667:
1668: -- l_count := OE_MSG_PUB.count_msg;
1669: -- FOR i IN 1 .. l_count LOOP
1670: -- l_msg := OE_MSG_PUB.get(i, FND_API.g_false);
1671: -- -- holiu: remove since adchkdrv does not like it
1672: -- DBMS_OUTPUT.put_line('(' || i || ') ' || l_msg);
1673: -- IF (PV_DEBUG_HIGH_ON) THEN PVX_UTILITY_PVT.debug_message('(' || i || ') ' || l_msg); END IF;
1674: -- END LOOP;