Non-PO invoice report in Cloud

Introduction: This blog has the script to get the Non po invoice details in Oracle Cloud application for Audit purpose. Cause of the issue: Auditor wanted to see the Non-PO invoice details. How [...]

Credit Memo Application Report

Introduction: This blog has the script to get the credit memo application details in Oracle Cloud application for Audit purpose. Cause of the issue: Auditor wanted to see the credit application [...]

ITEM Category creation in EBS using API. 

Introduction:  This API will create Item categories in EBS.    SET SERVEROUTPUT ON;   DECLARE    v_return_status  VARCHAR2(1)   := NULL;    v_msg_count      NUMBER        := 0;    [...]

API for Fixed Asset adjustments

Introduction. This API will used to adjust the Fixed asset details like life_in_months and etc. declare l_trans_rec FA_API_TYPES.trans_rec_type; l_asset_hdr_rec FA_API_TYPES.asset_hdr_rec_type; [...]

Start typing and press Enter to search