Categories
- All Categories
- Oracle Analytics Learning Hub
- 26 Oracle Analytics Sharing Center
- 18 Oracle Analytics Lounge
- 234 Oracle Analytics News
- 45 Oracle Analytics Videos
- 16K Oracle Analytics Forums
- 6.2K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 87 Oracle Analytics Trainings
- 15 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):