Monday, December 30, 2024
Query to get Sales Invoice(Receivables) Details in R12
Query to get AP Invoice details in R12
Query to get Oracle Workflow attribute values
Query to get Errored Activities in Oracle Workflow
Query to get Oracle Workflow Deferred Activities
Query to check the Workflow Agent Listeners and their Statuses
Query to get List of all Errored Oracle Workflow Activities for a given Item Type/Item Key
SQL Query to get Activity Statuses for all Workflow Activities of a given Item Type and Item Key in Oracle APPS
Query to get Notifications sent by a given Oracle Workflow
Query to Select all Oracle Workflow Items for a given Item Type
Sunday, December 29, 2024
How to add LOV to the Manual Adjustment reasons in Comp off Plan Type ?(Doc ID 2483891.1)
Use ORA_ANC_COMP_ADJRSN from Manage Common Lookup
Query to get Employee Absence details in Oracle APPS
Oracle HRMS, Absence Management & PMS Interview Questions
- What are the tables impacted while creating a new Employee?
- What are the mandatory fields require to create an employee In Employee Screen?
- What are the base tables of HRMS?
- What is the impact on base tables while Rehiring an Employee?
- What is the impact on base tables while Terminating an Employee?
- What is the process to create Business Group?
- What are the mandatory KFFs & DFFs for Creating Business Group?
- What are EIT & SITs and difference between them ?
- What is bursting file do in XML publisher Report?
- What are the ways to create an XML Publisher Report?
- Absence Management Setup Steps and what are the Fast Formulas used in Absence Management?
- What are the main Absence Management Tables?
- What are the Performance Management setup steps?
- What are the Appraisal Document statuses?
- What are the APIs used in HRMS and what are mandatory parameters for API?
- What is object version number, p_validate and what is the use?
- Payroll basic tables and what is costing and payroll setup.
- What is Payroll run process and what is the use of element link.
- How to attach Element to all employees?
Saturday, December 28, 2024
Query to get Internal Bank Details in R12
SELECT items.item_number
Query to get Vendor Bank Detail in Oracle Fusion
Query to get Asset Details in Oracle Fusion
SQL Query to get Item Details in Oracle Fusion
SQL Query to get the Contexts for Formula Type in Oracle Fusion
SQL Query to get the contexts of a DBI in Oracle Fusion
SQL Query to find all DBI's based on ANC Tables in Oracle Fusion
Friday, December 20, 2024
CLOB column splitting(one empty row and other actual data) data into multiple rows in Oracle Fusion
here DESCRIPTION is a CLOB Column
Thousand Separator((,)comma) in e-Text Report
AMOUNT column want to print thousand separator in Oracle Fusion e-Text Report use Number, ###,###.00
|
Number, ###,###.00 |
R, ' ' |
AMOUNT |
Sunday, July 14, 2024
SupplierAddressImportTemplate.xlsm South Africa Suburb Field mapping in POZ_SUPPLIER_ADDRESSES_INT
Suburb mpping in Supplier Address Import Template will be mapped to Address Element Attribute2 (HZ_LOCATIONS.ADDR_ELEMENT_ATTRIBUTE2)
Saturday, January 20, 2024
Query To Fetch AP Invoice Details From SO Number(Doc ID 2949013.1)
Thursday, January 18, 2024
Query to get Item Category Details in Oracle Fusion
Query for AR Sales Representative Name in Oracle Fusion
Join between Sales Order(SO) and Receivables(AR) in Oracle Fusion
Friday, November 24, 2023
Query to get AP Invoice Distribution to Inventory Material Distribution Data
Monday, June 5, 2023
Query to get Requisition to PO Details in Oracle Fusion
Saturday, March 4, 2023
What is the difference between PER_ALL_ASSIGNMENTS_M and PER_ALL_ASSIGNMENTS_F in Oracle Fusion
PER_ALL_ASSIGNMENTS_F is a view which stores effective latest change only.
The definition of the PER_ALL_ASSIGNMENTS_F view:
If you want all the data then use the base table : PER_ALL_ASSIGNMENTS_M
If you want the effective latest change only, please use : PER_ALL_ASSIGNMENTS_F
Wednesday, February 8, 2023
Query to get Employee Leave Balance for Specific Plan in Oracle Fusion
Friday, January 27, 2023
Query to get Customer Details in Oracle Fusion
Friday, January 6, 2023
Script to update Supplier pay_group_lookup_code in Oracle APPS R12
Script to update Supplier Type(ap_suppliers.vendor_type_lookup_code) in Oracle APPS R12
Script to update Supplier Tax Payer ID(AP_SUPPLIERS.NUM_1099) in Oracle APPS R12
Sunday, December 18, 2022
API to Create Online Accounting for AP Payment in Oracle APPS R12 (ap_drilldown_pub_pkg.payment_online_accounting)
ap_checks_pkg.get_posting_status(check_id) to pick AP Invoice Payments which are not acconted.
Pass check_id from ap_checks_all (aca) to ap_checks_pkg.get_posting_status to pick invoice payments which are not accounted.
ap_checks_pkg.get_posting_status(aca.check_id)
Saturday, December 17, 2022
INVALID_PATH: File location or filename was invalid(UTL_FILE) in Oracle APPS
1. Create Directory using below command
CREATE OR REPLACE directory XXDIR AS '/home/erp';
--Here change directory path(/home/erp) according to your path.
Give the required permissions to above path.
2. Connect to WinSCP/Putty and Create directory.
3. Now use the directory name in utl_file
UTL_FILE.FOPEN('XXDIR ','file_name','R');
Wednesday, November 9, 2022
Package jdr_utils in OAF
Jdr_utils.listcustomizations:
- Searches Personalization’s for the OAF Page. We can find the Page URL (path) from about this page.
jdr_utils.DeleteDocument:- It deletes Personalization.
exec jdr_utils.DeleteDocument('/oracle/apps/eam/workorder/webui/customizations/site/0/EAM_EW_START_PAGE')
APEX$TASK_PK
APEX$TASK_PK is a substitution string holding the primary key value of the system of records
-
The XDOLoader utility is a Java-based command line program to load template (RTF, PDF, and XSL-FO), XML, and XSD files to the XML Publis...
-
SELECT aca.check_number ,aia.invoice_id ,aia.invoice_num ,aia.invoice_amount ,distribution_line_number ,aida.accrual_p...
-
SELECT HAOU.NAME "Operating Unit", OTTT_H.NAME "Transaction Type", OTTT_H.DESCRIPTION "Descripti...