Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 14 Oracle Analytics Lounge
- 213 Oracle Analytics News
- 42 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 78 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
Notice on Deprecated PVOs in BICCC

In our solution we use normal PVOs and Extract PVOs, we observe that document available for Extract kind of PVOs . We load data by scheduling in BICCC.
Can we continue to use normal PVOs in solution?
If any PVO is not used or deprecated in BICCC, how much time before Oracle notifies that it will not support?
Eg: Normal PVO - FscmTopModelAM.FinGlLedgerDefnAM.LedgerPVO (no document)
ExtractPVO: FscmTopModelAM.FinExtractAM.GlBiccExtractAM.LedgerExtractPVO - https://docs.oracle.com/en/cloud/saas/financials/23b/oadsr/LedgerExtractPVO.html#LedgerExtractPVO
Answers
-
Hi, I think if you need to ask this question to the vendor not the user community. Maybe try to find a product manager of BICC or something who might give you some sort of timeline.
I am not aware of a deadline for the older public view objects to be removed in BICC. Maybe someone else will post otherwise? As you can see from oracle transactional business intelligence (OTBI) subject area data lineage documents these PVO tend also to be used in the physical layer in the metadata repository database (RPD) as well as available in BICC so my assumption is that if they are deprecated in BICC they will remain in OTBI.
But the place to go to know what is planned to happen in the next releases is cloud readiness
For example 23D Financials in ERP
BTW With the normal PVO you do not particularly need a document to understand data lineage since you can just issue sql to query it fromt he rpd then view the session log in OTBI.
as a user with a role with privilege "Issue SQl Directly" and "Manage Sessions"
In your browser go to
/analytics/saw.dll?issuerawsql
select_physical all t."LedgerId" as pk, t.* from "FscmTopModelAM.FinGlLedgerDefnAM.LedgerPVO" t fetch next 7 rows only
then select "View Log" which go to /analytics/saw.dll?managesessions
0