Year: 2025

VBCS

How to Create Dialog Box and Display Data from Fusion REST API in VBCS

How to Create Dialog Box and Display Data from Fusion REST API in VBCS In VBCS, a dialog box is usually used to display additional information, forms or confirmations messages without navigating away from the current page. In this post, we will see how to configure dialog box in VBCS. Requirement: We have VBCS Page […]

Fusion Security

Configure Implementation and Employee User in Oracle Fusion

For any Oracle Fusion implementation project, we usually create two types of users: Let us check in details regarding each type of user and how to create these users: 1.Implementation User: Implementation users are those users who are implementing system. These are IT consultants who are working on implementation. These users are not actual employee […]

Oracle APEX

How to Create Custom Authentication scheme in Oracle APEX

In this post, we will see how to create custom authentication scheme in Oracle APEX. Custom authentication enables users to log in to APEX application with username and password stored in custom database table. This will provide complete control over the authentication interface. APEX application will validate username and password against data stored in database […]

Oracle APEX

Authentication Schemes in Oracle APEX

Oracle APEX application can be authenticated using an authentication scheme. The authentication process requires that a user provides some type of credentials such as username and password. Once credentials are verified, application access is given to users. Once a user has been identified, the Oracle APEX engine keeps track of each user by setting the […]

Back To Top