DBA Data[Home] [Help]

APPS.AR_BR_FORMAT_WRAPPER_PKG dependencies on FND_MESSAGE

Line 144: errbuf:= substr(fnd_message.get,1,254);

140: END IF;
141:
142: EXCEPTION
143: WHEN FND_FILE.UTL_FILE_ERROR then
144: errbuf:= substr(fnd_message.get,1,254);
145: retcode:=2;
146: WHEN OTHERS then
147: errbuf:= substr(SQLERRM,1,254);
148: retcode:=SQLCODE;