Author: admin

REST

REST API to End Date Supplier and Supplier Site Bank Assignment in Oracle Fusion

Supplier and Supplier Site Bank account assignment can be end dated using below REST API in oracle Fusion. Step1: Get INSTRUMENT_PAYMENT_USE_ID for Supplier/ Supplier Sites level. Run below SQL queries to get INSTRUMENT_PAYMENT_USE_ID for Supplier and Supplier Site level. Supplier: SELECT DISTINCT APS.SEGMENT1, IPIUA.INSTRUMENT_PAYMENT_USE_ID FROM POZ_SUPPLIERS_V APS, IBY_EXTERNAL_PAYEES_ALL IEPA, IBY_EXT_PARTY_PMT_MTHDS PMTMTHDS, IBY_PMT_INSTR_USES_ALL IPIUA, IBY_EXT_BANK_ACCOUNTS IEBA […]

VBCS

Difference Between Select (Single) and Combo-Box in VBCS

In Oracle Visual Builder Cloud Service (VBCS), both Select (Single) and Combo Box components allow users to choose a single item from a list. However, they differ in terms of features, usability, and flexibility. Here’s a detailed comparison: Feature Select (Single) Combo Box User Selection Only allows selection from the pre-defined list Allows selection from […]

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 […]

Back To Top