DBA Data[Home] [Help]

APPS.ZPB_EXCEPTION_ALERT dependencies on FND_FILE

Line 648: FND_FILE.put_line(FND_FILE.LOG, FND_MESSAGE.GET);

644:
645: when others then
646: -- Encountered error when running exception request
647: FND_MESSAGE.SET_NAME ('ZPB', 'ZPB_WF_ERREXCPRUN');
648: FND_FILE.put_line(FND_FILE.LOG, FND_MESSAGE.GET);
649:
650: retcode :='2';
651: errbuf:=substr(sqlerrm, 1, 255);
652: