OIC

How to use OAUTH Using the JWT User Assertion in OIC

How to use OAUTH Using the JWT User Assertion in OIC This article will demonstrate how to use OAUTH using JWT User Assertion in OIC. What is JWT User Assertion? Step1: Generate the key (A) Generate the self-Signed key pair Open command prompt and run below command to generate self-signed key pair Command: keytool -genkey […]

Uncategorized

How to Implement Row Level Edit for Table in using Edit icon and Popup dialog

How to Implement Row Level Edit for Table in using Edit icon and Popup dialog In this post, we will see how to implement row level edit for table in VBCS using edit icon and popup dialog box. Let us create new Web application as shown below: Click on Create. This will create new web […]

VBCS

Implementing Pagination Control for Table using ADP in Oracle VBCS

Implementing Pagination Control for Table using ADP in Oracle VBCS In earlier posts, we have seen how to implement pagination in VBCS page using ADP variable for ORDS data source. In this post, we will see how to implement pagination control for table using ADP variable. Let us create new Web Apps for this requirement. […]

ORDS

Error: ORDS was unable to make a connection to the database.

If you are getting below error while launching ORDS, follow steps mentioned to resolve the error: “ORDS was unable to make a connection to the database. The database user specified by db.username configuration setting is expired. The connection pool named: |default|lo| had the following error(s): ORA-28001: the password has expired” Solution: This error occurs when […]

SOAP

How to Create AR Invoice Using RecInvoiceService SOAP Webservice

Creating AR Invoice Using RecInvoiceService SOAP Webservice We can use below SOAP WSDL to insert data into AR Invoice Interface table. WSDL: This WSDL is having below Methods: Under InvoiceServiceSoapHttp, We have different methods which we can use for inserting data into RA_INTERFACE_LINES_ALL table or Creating AR invoice directly in Receivable. Method Name Usage createSimpleInvoice […]

OIC Oracle Fusion

Configuring AP Invoice Payment Batch Business Event in OIC

Configuring AP Invoice Payment Batch Business Event in OIC For Oracle Payments Cloud business events, Payments sends an event occurrence signal when the event has happened. This table describes the business event supported by Payments. To enable Business event for Accounts payable, we need to follow below steps: To enable Business Event for payment, we […]

VBCS

How to Perform DML operations on Business Object in VBCS

How to Perform DML operations on Business Object in VBCS In last section, we have seen introduction to Business objects and seen how to create business objects and display data from business object on VBCS page. In this section, we will see how to perform DML (INSERT/UPDATE/DELETE) operations on business objects by creating page. Let […]

Back To Top