Error while Uploading web adi for Journal Upload
Hi,
I am getting following error while trying to upload an journal upload document through WEB ADi. I am in 11.5.10 enviroment.
Following patches are applied for web adi as of now.
1. 6733988
2. 9020608
3. 8792030
4. 8215011
5. 5847982
6. 10130118
Here is the error description.
The upload process has completed successfully. Press Close to return to
the document.
- A system error has occurred. Have your System Administrator view the bne.log fil
And then downloaded the bne.log file and i found following error description in the file.
1/10/13 4:38 PM TRACE BneOASessionUtils.checkFunctionalSecurityByFunction, plsqlString: DECLARE BOOL_RETURN BOOLEAN; CHAR_RETURN VARCHAR2(1); BEGIN BOOL_RETURN := FND_FUNCTION.TEST(?); IF BOOL_RETURN THEN CHAR_RETURN := 'Y'; ELSE CHAR_RETURN := 'N'; END IF; ? := CHAR_RETURN; END;
0