DBA Data[Home] [Help]

APPS.ZX_TEST_API dependencies on FND_API

Line 7768: l_mesg := FND_MSG_PUB.Get(FND_MSG_PUB.G_NEXT,FND_API.G_FALSE);

7764: --loop and put the messages in a PL/SQL table.
7765: -----------------------------------------------------------
7766: write_message('Retrieving multiple messages returned by API...');
7767: LOOP
7768: l_mesg := FND_MSG_PUB.Get(FND_MSG_PUB.G_NEXT,FND_API.G_FALSE);
7769: IF l_mesg IS NULL THEN
7770: EXIT;
7771: ELSE
7772: write_message(l_mesg);