Hi,
I am developing a custom plsql code which will be called in scheduled task.
schedule task will call an operational report every 15 min and capture if any changes in assignment table.
I am using developer studio to create an utility model and .plsql code.
utility model code is
utilityname CFSEREPAPI;
component FNDBAS;
in PLSQL code, i m trying to access the table JT_execution_instance_tab to find the changes in assignment.
in Editor, it is giving me error
No Dependency found for JT_execution_instance_tab , owned by WO.
Due to that , i m unable to deploy the this code to database.