Unknown user exit
Hello Everybody,
I am trying make a report for a GL structure flexfield using user exits (FND FLEXSQL, FND FLEXIDVAL, FND SRWINIT and FND SRWEXIT)
I have followed the instruction described in "Oracle® ApplicationsFlexfields Guide Release 12 Part No. B31456-01".
I have opened the reports developer on MY desktop (windows environment) and connected the GL server.
Compiled successfully!
I have navigated to file --> Generate to File --> XML
I have entered the structure number (which is a parameter)
Unfortunately it has failed REP-1415: 'beforereport': Unknown user exit
following is pl sql code written in before report trigger :
function BeforeReport return boolean is
I am trying make a report for a GL structure flexfield using user exits (FND FLEXSQL, FND FLEXIDVAL, FND SRWINIT and FND SRWEXIT)
I have followed the instruction described in "Oracle® ApplicationsFlexfields Guide Release 12 Part No. B31456-01".
I have opened the reports developer on MY desktop (windows environment) and connected the GL server.
Compiled successfully!
I have navigated to file --> Generate to File --> XML
I have entered the structure number (which is a parameter)
Unfortunately it has failed REP-1415: 'beforereport': Unknown user exit
following is pl sql code written in before report trigger :
function BeforeReport return boolean is
Tagged:
0