DBA Data[Home] [Help]

APPS.PAY_KR_NONSTAT_SPAY_EFILE dependencies on FND_MESSAGE

Line 66: fnd_message.retrieve(errbuf);

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