Hi I am trying to create a custom field that references a field from custom logical unit that i have created. However when i go to publish the custom field i get an error saying “No data found” this is the stack message from the error:
Ifs.Fnd.FndSystemException: Unexpected error while calling server method AccessPlsql/Invoke ---> Ifs.Fnd.FndServerFaultException: ORA-01403: no data found
Failed executing statement (ORA-01403: no data found
ORA-06512: at line 15
ORA-06512: at "IFSAPP.CUSTOM_FIELDS_API", line 4792
ORA-06512: at "IFSAPP.CUSTOM_OBJ_SYS", line 2914
ORA-06512: at "IFSAPP.CUSTOM_OBJ_SYS", line 5119
ORA-06512: at "IFSAPP.CUSTOM_OBJ_SYS", line 5056
ORA-06512: at "IFSAPP.CUSTOM_OBJ_SYS", line 5077
ORA-06512: at "IFSAPP.CUSTOM_OBJ_SYS", line 4290
ORA-06512: at "IFSAPP.CUSTOM_OBJ_SYS", line 4290
ORA-06512: at "IFSAPP.CUSTOM_OBJ_SYS", line 5962
ORA-06512: at "IFSAPP.CUSTOM_OBJ_SYS", line 7431
ORA-06512: at "IFSAPP.CUSTOM_FIELDS_SYS", line 1247
ORA-06512: at "IFSAPP.CUSTOM_FIELDS_SYS", line 1235
ORA-06512: at "IFSAPP.CUSTOM_FIELDS_API", line 4293
ORA-06512: at "IFSAPP.CUSTOM_FIELDS_API", line 4322
ORA-06512: at "IFSAPP.CUSTOM_FIELDS_API", line 4723
ORA-06512: at "IFSAPP.CUSTOM_FIELDS_API", line 4796
ORA-06512: at "IFSAPP.CUSTOM_FIELDS_API", line 4337
ORA-06512: at "IFSAPP.CUSTOM_FIELDS_API", line 4342
ORA-06512: at line 8)
at Ifs.Fnd.AccessProvider.FndConnection.ParseErrorHeader(FndBuffer buffer, FndManualDecisionCollection decisions)
at Ifs.Fnd.AccessProvider.FndConnection.UnMarshalResponseHeader(Stream responseStream, FndManualDecisionCollection decisions)
at Ifs.Fnd.AccessProvider.FndConnection.HandleHttpSuccessResult(HttpWebResponse result, FndManualDecisionCollection decisions, String operation, FndBodyType responseBodyType, Object responseBody)
at Ifs.Fnd.AccessProvider.FndConnection.InvokeInternal(Object requestBody, Object responseBody, String intface, String operation, FndRequestContext requestContext, FndManualDecisionCollection decisions, Boolean forcedSync, Boolean integrationGateway)
--- End of inner exception stack trace ---
at Ifs.Fnd.AccessProvider.FndConnection.InvokeInternal(Object requestBody, Object responseBody, String intface, String operation, FndRequestContext requestContext, FndManualDecisionCollection decisions, Boolean forcedSync, Boolean integrationGateway)
at Ifs.Fnd.AccessProvider.FndConnection.InvokeInternal(String intface, String operation, Object requestBody, Object responseBody, FndRequestContext requestContext, Boolean forcedSync, Boolean integrationGateway)
at Ifs.Fnd.AccessProvider.PLSQL.FndPLSQLCommandCollection.Invoke()
at Ifs.Fnd.AccessProvider.PLSQL.FndPLSQLCommand.ExecuteNonQuery()
at Ifs.Fnd.AccessProvider.PLSQL.FndPLSQLSelectCommandReader.Read(Boolean prepare)
at Ifs.Fnd.Data.ADONetProvider.FndAPCommand.ExecuteDbDataReader(CommandBehavior behavior)