How to call a service logistics PVO from an SQL query from BI Publisher and BI Administration
How to call a service logistics PVO from an SQL query from BI Publisher .
We are trying to use the PVO- oracle.apps.scm.serviceLogistics.billing.publicView.DebriefLinesPVO from SQL query, but we are getting errors.
From BI Publisher- we are using the following query-
select_physical * from "oracle.apps.scm.serviceLogistics.billing.publicView.DebriefLinesPVO"
Error- Missing the right Paranthesis.
From BI Administration-
select * from
EXTERNAL('ADF','"oracle.apps.fscm.model.analytics.applicationModule.FscmTopModelAM_FscmTopModelAMLocal"."Connection Pool"').'oracle.apps.scm.serviceLogistics.billing.publicView.DebriefLinesPVO' as t
FETCH FIRST 100 ROWS ONLY
----------------
Error-State: HY000. Code: 77031. [nQSError: 77031] Error occurs while calling remote service ADFService11G. Details: Runtime error for service -- ADFService11G - JBO-25003: Object oracle.apps.scm.serviceLogistics.billing.publicView of type ApplicationModule is not found. (HY000)