DBA Data[Home] [Help]

APPS.PFT_PROFCAL_CUST_PPTILE_PUB dependencies on FND_MSG_PUB

Line 800: FND_MSG_PUB.Get ( p_msg_index => i

796:
797: ELSIF (p_msg_count > 1) THEN
798:
799: FOR i IN 1..p_msg_count LOOP
800: FND_MSG_PUB.Get ( p_msg_index => i
801: ,p_encoded => FND_API.G_FALSE
802: ,p_data => l_message
803: ,p_msg_index_out => l_msg_out);
804:

Line 816: FND_MSG_PUB.Initialize;

812: END LOOP;
813:
814: END IF;
815:
816: FND_MSG_PUB.Initialize;
817:
818: END Get_Put_Messages;
819:
820: /*============================================================================+