Posts by Venkatesh Balasubramanian

Function to calculate Item Cost

Introduction This Post illustrates the steps required Function to calculate Item Cost in Oracle EBS R12. Script to Function to calculate Item Cost. CREATE OR REPLACE FUNCTION XXTTK_ITEM_COST (P_INV_ITEM_ID IN…

Read More

Query to get Detail Customer Information

Introduction This Post illustrates the steps required to get Detail Customer Information query in Oracle EBS R12.   Script to get Detail Customer Information. SELECT DISTINCT hp.party_name “Customer Name”, hca.account_number,…

Read More

Query to Get Employee Supervisor Relationships

Introduction This Post is about to Get Employee Supervisor Relationships Query in oracle R12. Query to Get Employee Supervisor Relationships. SELECT DISTINCT LPAD(‘ ‘,5*(LEVEL-1)) || PPF.FULL_NAME, PERA.SUPERVISOR_ID, PERA.PERSON_ID, PER_JOBS.NAME JobName,…

Read More

API To end date the user and responsibilities in Oracle apps

Introduction This Post illustrates the steps required to through API(Application program interface) end date the user and their responsibilities in Oracle EBS R12. Script to through API end date the user and their responsibilities…

Read More

Script to get PHONE NO with area code of the customer in Oracle apps

Introduction This Post illustrates the steps required to get PHONE NO with area code of the customer in Oracle EBS R12. Script to get PHONE NO with area code of…

Read More

Oracle API Script for SHIP CONFORMATION Using-(WSH_DELIVERIES_PUB.Delivery_Action)

Introduction This Post illustrates the steps required to ship conform the sales order using Oracle API Script in Oracle EBS R12 Script to Oracle API for SHIP CONFORMATION Using(WSH_DELIVERIES_PUB.Delivery_Action) Declare…

Read More

Oracle API Script for pick Release the Sales order

Introduction This Post illustrates the steps required to pick release for sales order through oracle API script in Oracle EBS R12 Script to Oracle API Script for pick Release for…

Read More

Script for Create and book sales order in oracle apps

Introduction: This Post illustrates the steps required to create and book sales in Oracle EBS R12 Script to OE_ORDER_PUB.PROCESS_ORDER ( Sample Script  Create and Book for Sales Order )  Declare…

Read More

Query for retrieve the Internal Requisition and Internal Sales Order Details in oracle apps

Introduction This Post illustrates the steps required to retrieve Internal Requisition and Internal Sales Order Details in Oracle EBS R12. Script to Query retrive Internal Requisition and Internal Sales Order   SELECT prh.segment1 ir_number,…

Read More

Script to delete the employee record using API in oracle Apps

Introduction This Post illustrates the steps required to delete the employee record using API in Oracle EBS R12  Script to delete the employee record using API  –-Create Table create table papf_16082018 (person_id…

Read More