Oracle Apps Fusion Blog(Forms, Reports, Oracle Application Technical, SQL, PL/SQL, OAF)
Wednesday, November 12, 2025
Query to get the list of contexts for each formula type in Oracle Fusion HCM
Worker Self Evaluation - Calculated Rating Issue - Invalid Rating Level in Oracle Fusion HCM Performance Rating Calculation
One of the possible reason to fail is if the Length of the Goal Name is more than 255 Characters. Try to reduce the Goal Name length to below 250 characters and use description for detailed information about the Goal.
Note: Please check with Oracle before you do any changes.
Friday, September 26, 2025
currentAppUi built in variable in VBCS
$global.currentAppUi.id:- The id of the App UI
$global.currentAppUi.urlId:-The id of the App UI as shown in the URL
$global.currentAppUi.displayName:- The display name for the App UI
$global.currentAppUi.description:- The description of the App UI
$global.currentAppUi.defaultPage:- The default page of the App UI (if there is one)
$global.currentAppUi.defaultFlow:- The default flow of the App UI (if there is one)
$global.currentAppUi.applicationStripe:- The stripe of the custom App UI
$global.currentAppUi.pillarTheme:- The pillar theme to use for the App UI
$global.currentAppUi.pillarThemeMode:- The pillar theme mode to use for the App UI
$global.currentAppUi.icon:- The icon of the custom App UI
$global.currentAppUi.usage:- (This variable is reserved for Oracle Cloud Applications)
$global.currentAppUi.menuDisplayName:- The name of the custom App UI
$global.currentAppUi.extensible: (Boolean) If this App UI can be extended
currentFlow built in variable in VBCS
If there is a routerFlow in the page, the $page.currentFlow variable can be used to retrieve the id of this flow.
$page.currentFlow:- The id of the current flow.
currentPage Built in variable in VBCS
- To access some of the current page's metadata, such as ID and title, there is a built-in variable named currentPage on the application object.
- The currentPage variable automatically updates as the current page changes during navigation.
- This can be used to update a navigation component with the currently selected page.
Saturday, February 1, 2025
Query to get the Concurrent Program along with Value Set details
Monday, January 27, 2025
Query to get Unposted Journals in Oracle APPS R12
Sunday, January 26, 2025
Query to get Employee Responsibility details in Oracle Fusion
Employee assigned Responsibilities in Oracle Fusion
Thursday, January 23, 2025
Business Classification in Oracle Supplier R12 - POS_BUSINESS_CLASSIFICATIONS
SQL Query To Get Invoice Validation And Accounting Status For The Given Check Number (Doc ID 2975480.1)
Friday, January 17, 2025
How To Populate the Phone Number Field in Oracle Loans? (Doc ID 2990762.1)
Thursday, January 16, 2025
Query for Outstanding Card Transactions Report (Doc ID 2755945.1) in Fusion Expenses
Query to get the Approver Details for Expense Report (Doc ID 2279634.1) in Oracle Fusion
Wednesday, January 8, 2025
Query to get Parent and Child Accounts in Oracle APPS R12
Friday, January 3, 2025
Query to get Employee Assignment Status in Oracle Fusion
Query to get Element Entry details in Oracle Fusion HCM
Mandatory Input value for HCM Elements in Oracle Fusion
Query to get Grade Rate details in Oracle ERP
Exclude Freight from Discount(Supplier) in Oracle APPS R12
SQL query to get list of Jurisdictions for which Tax Rates has been defined in Oracle APPS R12
Query to get Customer Address that doesn't have Geography Reference in Oracle APPS R12
Thursday, January 2, 2025
Query to get Errored or Warning Concurrent Program Request details in R12
fnd_concurrent_requests.status_code in Oracle APPS R12(CP_STATUS_CODE)
SQL Query to find Request Set details in R12
SQL Query to check Concurrent Program details in R12
SQL Query to check Concurrent Requests SID & OS Process Details for given Request ID in R12
SQL Query to Check Currently Running Concurrent Requests in Oracle APPS R12
Wednesday, January 1, 2025
Query to get History of Concurrent Requests which are errored out in Oracle APPS R12
Query to get the Running History of Concurrent Programs in Oracle APPS R12
Query to get Long Running Concurrent Programs in R12
Query to get Trace file Including SID in Oracle APPS R12
SQL to find out the Raw Trace Name and Location for the Concurrent Program
Query to get Concurrent Manager Status in R12
SQL Query to get the Responsibility/Request Group attached for a given Concurrent Program
Monday, December 30, 2024
Query to get failed records in Invoices Interface in Oracle APPS R12
Query to get GRN Details in Oracle APPS R12
Query to get POR is Enabled at Supplier Site and PO Level in Oracle APPS R12
Query to get Inventory Item details in R12
Query to get GL Journal Details in R12
Query to get the list of contexts for each formula type in Oracle Fusion HCM
select t.base_formula_type_name , ttl.formula_type_name , ttl.description , c.base_context_name from ff_formula_types_b t ,...
-
The XDOLoader utility is a Java-based command line program to load template (RTF, PDF, and XSL-FO), XML, and XSD files to the XML Publis...
-
SELECT HAOU.NAME "Operating Unit", OTTT_H.NAME "Transaction Type", OTTT_H.DESCRIPTION "Descripti...
-
GL tables are linked to Subledger Accounting (XLA tables). Regarding gl_import_references, there is a one-to-one correspondence between X...