DBA Data[Home] [Help]

APPS.OE_ORDER_IMPORT_RESERVE_PVT dependencies on FND_MSG_PUB

Line 566: FND_Msg_Pub.Get(

562: END IF;
563: ELSE
564: FOR i IN 1..l_msg_count
565: LOOP
566: FND_Msg_Pub.Get(
567: -- p_msg_index => FND_MSG_PUB.G_NEXT,
568: p_encoded => FND_API.G_TRUE,
569: p_data => l_msg_data,
570: p_msg_index_out => l_msg_index);

Line 567: -- p_msg_index => FND_MSG_PUB.G_NEXT,

563: ELSE
564: FOR i IN 1..l_msg_count
565: LOOP
566: FND_Msg_Pub.Get(
567: -- p_msg_index => FND_MSG_PUB.G_NEXT,
568: p_encoded => FND_API.G_TRUE,
569: p_data => l_msg_data,
570: p_msg_index_out => l_msg_index);
571:

Line 663: FND_Msg_Pub.Get(

659: END IF;
660: ELSE
661: FOR i IN 1..l_msg_count
662: LOOP
663: FND_Msg_Pub.Get(
664: -- p_msg_index => FND_MSG_PUB.G_NEXT,
665: p_encoded => FND_API.G_TRUE,
666: p_data => l_msg_data,
667: p_msg_index_out => l_msg_index);

Line 664: -- p_msg_index => FND_MSG_PUB.G_NEXT,

660: ELSE
661: FOR i IN 1..l_msg_count
662: LOOP
663: FND_Msg_Pub.Get(
664: -- p_msg_index => FND_MSG_PUB.G_NEXT,
665: p_encoded => FND_API.G_TRUE,
666: p_data => l_msg_data,
667: p_msg_index_out => l_msg_index);
668: