How to Expose DM_VERSION_NUMBER in AttachedDocumentsPVO for Invoice Attachment URLs via BICC?
We are currently using BICC (BI Cloud Connector) to extract data from the following PVO:
FscmTopModelAM.FinExtractAM.AnalyticsExtractServiceAM.AttachedDocumentsPVO, in order to generate URLs for downloading invoice attachments.
The download URL requires the DM_VERSION_NUMBER (e.g., in the format:
https://<host>/fscmUI/content/conn/FusionAppsContentRepository/uuid/dDocID:12345678)
We've identified that this value comes from the FND_DOCUMENTS_TL table.
While this table is joined in the PVO logic, the DM_VERSION_NUMBER column is not exposed in the PVO output. However, we do see that this column is available in the related BIP logic.
We are seeking guidance on the following:
0