DBA Data[Home] [Help]

APPS.PAY_KR_NONSTAT_SPAY_EFILE dependencies on FND_MESSAGE

Line 63: fnd_message.retrieve(errbuf);

59: );
60:
61: if (l_req_id = 0) then
62: retcode := 2;
63: fnd_message.retrieve(errbuf);
64: else
65: commit;
66: end if;
67: end submit_efile;