Create leave from Custom Schema
Hi,
I have a custom schema , which is ORDS enabled. I am getting the inputs from mobile and passing the values from custom schema to custom Apps Package(xxmobile_absence_pkg). From the Custom apps package I am creating the leave.
When I run the anonymous block(which call the apps package to create the Leave) in Apps schema, no issue. But when run the anonymous block from the ords schema, it is giving
ORA-20001: This person is not eligible for the element associated with this absence type . Please assist.
Thanks