Compiling Descriptive Flexfield After Registering Concurrent Program [message #267135] |
Wed, 12 September 2007 09:58  |
SnippetyJoe
Messages: 63 Registered: March 2007 Location: Toronto, Canada
|
Member |
|
|
Hi All,
In an R11 instance I'm using pl/sql api calls like
fnd_program.executable
fnd_program.register
fnd_program.add_to_group
to register a new concurrent executable and program. After the program is registered this way I try to run it using the "Concurrent Request / Request Submission" screen (the java framework screen for submitting requests, not the Oracle Forms version) I get the following error in the last step of the process.
"The descriptive flexfield with application name TEST and name $SRS$.TESTPROG is not compiled.
Please contact your system administrator."
How can I prevent this error from occurring? Is there some api for compiling individual flexfields that I can call at the end of my script? If not, what are the manual steps for compiling the flexfield named in the error message?
Thanks in advance for your help.
|
|
|
|
|