Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 14 Oracle Analytics Lounge
- 211 Oracle Analytics News
- 41 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
How to get the active encumbered amount in Oracle Fusion BIP report

Summary:
How to get the active encumbered amount in Oracle Fusion BIP report
In EBS we used the below Package to get the active encumbered amount, How to get the same in Oracle Fusion Cloud BIP reports……..?????
apps.po_inq_sv.get_active_enc_amount
(NVL (pdiv.rate, 1),
pdiv.encumbered_amount,
plla.shipment_type,
pdiv.po_distribution_id
),
0
) active_enc_amt
Content (please ensure you mask any confidential information):
Version (include the version you are using, if applicable):
Code Snippet (add any code snippets that support your topic, if applicable):