DBA Data[Home] [Help]

APPS.PAY_KR_YEA_DON_EFILE_CONC_PKG dependencies on FND_MESSAGE

Line 67: fnd_message.retrieve(errbuf);

63: ) ;
64:
65: if (l_req_id = 0) then
66: retcode := 2;
67: fnd_message.retrieve(errbuf);
68: else
69: commit;
70: end if;
71: