Improve sound quality by PulseAudio Configuration
To improve audio quality with pulseaudio present: Everything in a code box is done in a terminal 1) Make a backup of default settings: Code: sudo cp /etc/pulse/daemon.conf /etc/pulse/daemon.conf.old 2)...
View ArticleOAF Page Personalizations – read only issue
I just came across this problem when my collegue got this OAF Read Only Issue. Read only OAF page It’s frustrating sometimes, to deal with context specific issues with page personalizations. For...
View ArticleListing All OAF personalizations in Oracle Apps
Use the below script to list all personalizations in the sytem. We then can use the functional administrator to disable the personalizations in case it is required. This would be very useful script at...
View ArticleAP: Document Sequencing for Bank wise Check Payments
There are scenarios or requirement where the payment voucher number should be generated Bank wise like payments made from HBL should have its own sequence and payment made from MCB should have its …...
View ArticleGetting ORG_ID in concurrent program
Sometimes we may get stuck to get the orgId in the concurrent to use so I have just given some screenshots by which we can have a overview of what profile option that we can use. Using ORGID while...
View ArticleHow to display HTML in content (OAF)
The Digital Space !! Problem 1 : Some data in database has multiple spaces between words. But when that is rendered on page using message styled text, the multiple spaces between the words are trimmed...
View ArticleAPI and Script to Create Supplier Site
Below is the API and Script to Create Supplier Site in Oracle R12 — API to Create Supplier Site DECLARE l_vendor_site_rec ap_vendor_pub_pkg.r_vendor_site_rec_type; lc_return_status...
View ArticleThe MO: % Profile Options in Oracle Apps
The Difference between the three Profiles are given below. The MO: Default Operating Unit profile option only provides access to one operating unit and this is used as the default operating unit during...
View ArticleOrg ID and Set of Books ID in Oracle Finance
Kishur's Weblog In Oracle Finance Org ID and Set of Books ID stored in two different place. You may select the below table record to find the Org ID and SOB ID. Org ID – select * from...
View ArticleGL Journal Approval in Oracle apps
GL:How to enable General Ledger Journal approval Filed Under Authorization limit, GLBATCH, GL_WF_CUSTOMIZATION_PKG, GL_WF_JE_APPROVAL_PKG, Journal source Journal Approval is a feature in General...
View ArticleInvoking Report Based on Trigger in Oracle Apps
We have a Requirement that to run the Payment Voucher Report when user makes the payment. So we have a Trigger for the purpose and Trigger is on IBY_PAYMENTS_ALL table. So when a payment is Made this...
View ArticleSubmitting a Concurrent Request from BackEnd in Oracle apps
Sometimes there will be some validation that prevents us to submit Concurrent Request from frontend. So at that time we can submit the concurrent request from backend. Below is the script to submit...
View ArticleGL Balances info and Query
To Check the Available funds GL Super User –> Inquiry –> Funds Now you can query the information that you need. To show it month wise you can go to Tools –> Period Balances and then if you...
View ArticleHRMS to GL Mapping Issue
I got a weird Issue from finance department that they were unable to get the payroll information. When I checked the costing report in HRMS everything seemed fine. Then on seeing the backend...
View ArticleAdding Invoice and registering as asset
To add the Invoice to the Fixed Asset first we have to put a Invoice and then make sure that Given Account is a Asset Account and then Validate the Invoice and make accounting once done run the...
View ArticleError in Requisition AME(The attribute REQUISITION_TOTAL has invalid usage.)
When a user was trying to create a Requisition he was not able to because the approver list was not created and then when I checked the AME. In AME test workbench I checked with the Transaction ID. The...
View ArticleGetting Code Combination ID using fnd_flex_ext.get_ccid
Sometimes for Retrival of the Code Combinations the view(gl_code_combinations_kfv) will not be enough. We need a function to get the value so at that time we can use fnd_flex_ext.get_ccid to get the...
View ArticleConcurrent Request Completed with Warning
We are facing Issue while running report in TEST Instance. Below is the Screenshot. While Checking the log And by the Checking the OPP log file for the concurrent Program Im getting this as below...
View ArticleListing Employees Based on Elements
Sometimes we need to get a report based on Elements and everytime we cant write a Query as it consumes time by the way. So there is a Inbuilt form which is found in the above screenshot that is List...
View ArticleXML BI Publisher IF statement Logical OR syntax in RTF Template
A question came through today: what is the syntax for a logical OR in a BI/XML Publisher IF statement? The standard BI Publisher “IF” statement doesn’t seem to cut it. Lets say I want a test: if (a=1...
View Article