Posts by Venkatesh Balasubramanian

Script to get Cash from Property Manager

Introduction This Post illustrates the steps required to get Cash from Property Manager in oracle Apps Script to get Cash from Property Manager CREATE OR REPLACE FUNCTION APPS.PN_CASH(p_payment_item_id number, p_ccid number)…

Read More

Script for get EMAIL information of the customer in oracle Apps

Introduction This Post illustrates the steps required to get EMAIL information of the customer in Oracle EBS R12 Script to get EMAIL information of the customer SELECT    LISTAGG( cont_point.EMAIL_ADDRESS,’|’) WITHIN GROUP…

Read More

SQL Query for extracting the late fee data for customers in R12 Oracle Apps

Introduction This Post illustrates the steps required to extracting the late fee data for customers in Oracle EBS R12. Script to SQL Query for extracting the late fee data for…

Read More

Script for customers bill to email address in R12 Oracle Apps

Introduction This Post illustrates the steps required to get customers bill to email address in Oracle EBS R12 Script to  customers bill to email address in R12 Oracle Apps FUNCTION…

Read More

Script to getting customer Bill to Contact in R12 Oracle Apps

Introduction: This Post illustrates the steps required to getting customer Bill to Contact  in Oracle EBS R12. Script to Script for getting customer Bill to Contact in R12 Oracle Apps  FUNCTION xx_get_contact…

Read More

GL Revaluation Accounts Query in FUSION

Introduction This Post illustrates the steps required to do GL Revaluation Accounts in FUSION Application Script to GL Revaluation Accounts  SELECT   DISTINCT o101368.book_currency AS c_1, (o101368.converted_journal_total_dr * o101368.currency_conversion_rate ) AS…

Read More

Query for API to Update Profile Value – Local to SSO

Introduction This Post illustrates the steps required to Update the profile value Local to SSO through API in Oracle EBS R12 Script to Update Profile Value – Local to SSO Through…

Read More

Query to extract FA details based on the asset book

Introduction: This Post illustrates the steps required to  extract the FA details based on the asset book in Oracle EBS R12 Script to Query to extract FA details based on…

Read More

Update Task Information using PA_TASKS_PKG.UPDATE_ROW, PA_PROJ_TASK_STRUC_PUB.UPDATE_TASK_STRUCTURE2 in Oracle Projects

Description: You can update information for tasks with the Open status. You can answer questions, add comments, and attach references. You can also view status, priority, owner, assignee, schedule, start…

Read More

Oracle Blanket Sales Agreement Loader API

Description: A blanket sales order is a long-term agreement between a seller and a customer. A blanket order is typically made when a customer has committed to purchasing large quantities that are to be delivered in…

Read More