in Technology by

How to get the Oracle Fusion application information’s in the BIP reports?

1 Answer

0 votes
by
In Oracle Apps R12 reports , we can easily get the user information through Profile option like USER_ID, RESP_ID but in Oracle Fusion to get the user information , we need to use fusion system variables as below

System Variables                    Variables Description

xdo_user_name
User ID of the user submitting the report. Like Which fusion. User running this report
xdo_user_roles
Roles assigned to the user submitting the report. Like from Which role this report is running.
xdo_user_report_oracle_lang
Report language from the user's account preferences.
xdo_user_report_locale
Report locale from the user's account preferences.
xdo_user_ui_oracle_lang
User interface language from the user's account preferences.
xdo_user_ui_locale
User interface locale from the user's account preferences.


To Access these variables in fusion reports you need to user : and then System variable name in your SQL query.

Related questions

0 votes
    Which are the Triggers available in Oracle Fusion BIP reports?...
asked Nov 21, 2020 in Technology by JackTerrance
0 votes
    What is My Folder and Shared Folder in Fusion Reports?...
asked Nov 21, 2020 in Technology by JackTerrance
0 votes
    Custom Role in Oracle Fusion : How to Create PO and Receiving Inquiry(View Only) Role in Oracle Fusion?...
asked Nov 22, 2020 in Technology by JackTerrance
0 votes
    How many Types of Roles Available in Oracle Fusion?...
asked Nov 21, 2020 in Technology by JackTerrance
0 votes
    What is Job Set in Oracle Fusion?...
asked Nov 21, 2020 in Technology by JackTerrance
0 votes
    What is Schedule Process in Oracle Fusion?...
asked Nov 21, 2020 in Technology by JackTerrance
0 votes
    What is Sandbox in Oracle Fusion?...
asked Nov 21, 2020 in Technology by JackTerrance
0 votes
    What is Smart View Report in Oracle fusion?...
asked Nov 21, 2020 in Technology by JackTerrance
0 votes
    What is FR Studio in Oracle Fusion?...
asked Nov 21, 2020 in Technology by JackTerrance
0 votes
    What are the Reporting tools available in the Oracle Fusion?...
asked Nov 21, 2020 in Technology by JackTerrance
0 votes
    How many types of reports we can develop in Oracle apps?...
asked Dec 22, 2020 in Technology by JackTerrance
0 votes
    How to display the Log Messages in Oracle Reports Log file ?...
asked Nov 22, 2020 in Technology by JackTerrance
0 votes
    How many parts in Oracle Reports Design Layout ?...
asked Nov 22, 2020 in Technology by JackTerrance
0 votes
    How to put the page break in the Oracle Reports ?...
asked Nov 22, 2020 in Technology by JackTerrance
0 votes
    How we can control the number of records display per page in Oracle Reports?...
asked Nov 22, 2020 in Technology by JackTerrance
...