Posts by Venkatesh Balasubramanian

Fusion HCM – Query for OTL Time Entries Details

Introduction This Post illustrates the steps required to OTL Time Entries Details in Fusion Application Script to OTL Time Entries Details – Fusion HCM SELECT   papf.person_number emp_id, TO_DATE (TO_CHAR (sh21.start_time, ‘DD/MM/YYYY’),…

Read More

API to Check Item On-hand Quantity for Specific Inventory Organization

Introduction This Post is about to Check on hand Quantity  For Specific Inventory Organization in Oracle EBS R12.   Script to Check on hand Quantity for specific inventory Organization API…

Read More

Fusion HCM – Query for Personal Payment Method Details

Introduction: This Post illustrates the steps required to get Personal Payment Method Details in Fusion HCM Script to Personal Payment Method Details in Fusion HCM SELECT per_pay.* FROM per_all_people_f peo,…

Read More

Query to Element Entry Details in Fusion Application(HCM)

Introduction This Post illustrates the steps required to Element Entry Details in fusion Application Script to Element Entry Details in Fusion Application SELECT * FROM per_all_people_f peo, per_all_assignments_f asg, per_person_names_f per_name, per_periods_of_service…

Read More

Sales Order Dispatch details (Link between Material Transactions and Invoice)

Introduction This Post is about to Sales Order Dispatch details (Link between Material Transactions and Invoice) in Oracle EBS R12.   Script to Sales Order Dispatch details (Link between Material…

Read More

Open Purchase Order Details(Standard Po)    

Introduction This post is about to Open Purchase Order Details(Standard Po) in Oracle EBS R12.   Script to Open Purchase Open Details (Standard PO)   SELECT poh.type_lookup_code source_type, prh.segment1 pr_number,…

Read More

Query to Calling a Value Set in Fast Formula-fusion HCM

Below is a Sample Formula shows How to Call a Value set in Fast Formula : Inputs are hr_id (number), eff_st_date(text), eff_end_date(text), mode (text)   l_hr_per_id   = hr_id l_eff_st_date =…

Read More

How to Extract All the Asset Categories Book Wise with all Code combinations.

Introduction This post is about How to Extract All the Asset Categories Book Wise with all Code Combinations in Oracle EBS R12.   Script to Extract All the Asset Categories…

Read More

Query for API to Update Profile Value – SSO to Local

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

Read More

About  How to Delete Stuckked/corrupted Lock Box Transmission format.

Introduction This Post Is About  How to Delete Stuckked/corrupted Lock Box Transmission format.   Script to Delete  Stuckked/corrupted Lock Box Transmission format :- select * from APPS.AR_TRANSMISSIONS_ALL   where TRANSMISSION_NAME=’IMCC161107′;…

Read More