Deep Links in Budgetary Control
Fusion Applications support direct navigation from Oracle Transactional Business Intelligence (OTBI) reports to certain areas in the applications using deep links.
For more information about deep links, see related topics at the end of this section.
Deep Link to Review Budget Entries for Budget Balances
You can embed a deep link in the budget balances in an OTBI report that is based on budgetary control balances to the Review Budget Entries page to identify the underlying budget entries. Add a deep link in the Column properties of the Interaction tab for each budget balance column. The deep link URL and the parameters are specified below.
https://pod-name/fscmUI/faces/deeplink?objType=@{1}&action=@{2}&objKey=controlBudgetName=@{controlBudgetName};budgetAccount=@{budgetAccount};
periodName=@{periodName}Review Budgetary Entries Deep Link Parameters
| Name | Prompt | Value |
|---|---|---|
| 1 | objType | XCC_REVIEWBUDGETENTRIES |
| 2 | action |
VIEW/NONE
|
| controlBudgetName | controlBudgetName |
Select column value Control Budget.Control Budget Name |
| budgetAccount | budgetAccount |
Select column value: Control Budget Account.Concatenated Segments |
| periodName | periodName |
Select column value: Time.Budget Period Name |
Deep Link to Review Budgetary Control Transactions for Consumption Balances
You can embed a deep link in the consumption balances in an OTBI report that is based on budgetary control balances to link to the Review Budgetary Control Transactions page to identify the underlying transactions. Add a deep link in the Column properties of the Interaction tab for each consumption balance column. The deep link URL and the parameters are specified below.
https://pod-name/fscmUI/faces/deeplink?objType=@{1}&action=@{2}&objKey=controlBudgetName=@{controlBudgetName};budgetAccount=@{budgetAccount};
periodName=@{periodName};balanceAmount=@{balanceAmount};balanceType=@{balanceType}Review Budgetary Control Transactions Deep Link Parameters
| Name | Prompt | Value |
|---|---|---|
| 1 | objType | XCC_REVIEWTRANSACTIONS |
| 2 | action |
VIEW/NONE
|
| controlBudgetName | controlBudgetName |
Select column value Control Budget.Control Budget Name |
| budgetAccount | budgetAccount |
Select column value: Control Budget Account.Concatenated Segments |
| periodName | periodName |
Select column value: Time.Budget Period Name |
| balanceAmount | balanceAmount | For each consumption balance type column for which deep link is
enabled, select the corresponding column value:
|
| balanceType | balanceType |
For each consumption balance type column for which deep link is
enabled, enter the corresponding column value:
|
Deep Link to Review Budgetary Control Balances for Budget and Consumption Balances
Alternately, you can embed a deep link in the budget and consumption balances in an OTBI report that is based on budgetary control balances to link to the Review Budgetary Control Balances page first. From the Review Budgetary Control Balances page, the budget and consumption balances natively drill to the Review Budget Entries and Review Budgetary Control Transactions pages, respectively. Add a deep link in the Column properties of the Interaction tab for each budget and consumption balance column. The deep link URL and the parameters are specified below.
https://pod-name/fscmUI/faces/deeplink?objType=@{1}&action=@{2}&objKey=controlBudgetName=@{controlBudgetName};budgetAccount=@{budgetAccount};
periodName=@{periodName}Review Budgetary Control Balances Deep Link Parameters
| Name | Prompt | Value |
|---|---|---|
| 1 | objType | XCC_REVIEWBUDGETBALANCES |
| 2 | action |
VIEW/NONE
|
| controlBudgetName | controlBudgetName |
Select column value Control Budget.Control Budget Name |
| budgetAccount | budgetAccount |
Select column value: Control Budget Account.Concatenated Segments |
| periodName | periodName |
Select column value: Time.Budget Period Name |
A sample OTBI report with embedded deep links to the Review Budget Entries, Review Budgetary Control Transactions and Review Budgetary Control Balances pages for the budget and consumption balances is available on Customer Connect. In Customer Connect, search by “Budgetary Control Balances OTBI with Deep Link Sample Report” keywords.