Code for Making a field or Response box mandatory in Workflow
Below is the code that will check the workflow for mandatory of response field. Here the p_funcmode = ‘VALIDATE’ sets in validate mode and after handling the validation the we can set the appropriate...
View ArticleError while mounting NTFS file system as read write
Below is the error which comes when trying to mount NTFS file system with read and write access The disk contains an unclean file system (0, 0). Metadata kept in Windows cache, refused to mount....
View ArticleQuery to Get Leave Balance for different Leaves
Query to Get Leave Balance for different Leaves SELECT a.employee_number staff_no, a.full_name staff_name, a.start_date date_of_join, d.name Position, c.parent_org_name department, c.child_org_name...
View ArticleQuery to get Executable, Concurrent, Application in oracle apps AOL
Below query gives the Executable, Concurrent, Application info in oracle apps AOL select fcpv.OUTPUT_FILE_TYPE, fcpv.CONCURRENT_PROGRAM_NAME, fcpv.USER_CONCURRENT_PROGRAM_NAME,...
View ArticleChanging Referral Instance link in Irecruitment
Sometimes when we refer a job to our friend and when we feel that it is a wrong instance we can change it by using the below profile option IRC: External Framework Agent Most of the changes in the Irec...
View ArticleScheduling Failed. Unable to find a calendar date
As I got this Error while placing a Sales order I just searched and got thsi Document from Oracle (Doc ID 1265873.1) As Mentioned I have Setup the Workday Calendar and then when I checked the Issue was...
View ArticleQuery to find the Concurrent Program attached to Responsibility
Below is Query to find the Concurrent Program that has been attached to Responsibility. SELECT frt.responsibility_name, frg.request_group_name, frgu.request_unit_type,frgu.request_unit_id,...
View ArticleHow can an element be deleted or end dated in Oracle HRMS Payroll
HOW TO DO?? The element may be deleted if the element has never been processed. 1) Purge the links for may have been created for the element. How to delete Element Links Procedure 2) if the element has...
View ArticleDelete/End Date Element Entry – HRMS APIs
Below is the script for Deleting Element Entry in HRMS declare — ld_effective_start_date date; ld_effective_end_date date; lb_delete_warning boolean; ln_element_entry_id...
View ArticleHow to uninstall linux from windows in dual boot
First download bootsect.exe into the Download directory. press the windows key, type cmd.exe and on the result (The command prompt) start it as an “Administrator” by right clicking on the cmd icon,...
View ArticleBeautify your terminal with screenFetch which is a Info tool
I have recently installed opensuse 42.2 gnome and making some changes. The changes were more about visual so I changed default theme as red arc theme and vivacious Icon theme then I changed color...
View ArticleOracle BI Uploading RPD in 12c
In the previous version we are having provision to upload the RPD in the server whereas in 12c we have to upload rpd via command line Below is the syntax of the datamodel command Syntax: uploadrpd -I...
View ArticleAdding Sequence in Receipt Number in Oracle Applications by Form Personalization
As we have a good advantage in using oracle apps forms that is easy to customize. I had a requirement to create a sequence number in Receipt number on receivables. So I have followed the below steps...
View ArticleWhy are you not using an application in your language?
Good Post… Going GNU Last week, listened a conversation between two of my friends, Khaleel and Navin. Khaleel is contributing to Mozilla community by doing localization. i.e translating the strings on...
View ArticleSalary Management rollback the proposed Salary
To rollback the proposed salary which has been uploaded by webadi in Salary Management we have to use API to delete the uploaded Records. So first query the records that has been uploaded in the...
View ArticleInstalling Tamil fonts in Rosa Linux, Mandriva
As I was using Debian based flavours and redhat based Flavours I did not find any difficult in Installing fonts. As I have switched my home PC to Rosa linux R8.1 I was finding it difficult to Install...
View ArticleApp-Pay-33238: Error PTO_CARRY_OVER_FF Opening Absence Form – system cannot...
As we this error in with our and when I checked in oracle support I got this document number Doc ID 418621.1 When attempting to access the absence screen the following error occurs as per the below...
View ArticleFRM-92120 Registry.dat is missing
We have changed the IP address of the servers and then we checked in the server the forms was working. But when we checked in the system it was not working. We got a error as shown in the below...
View ArticleEnvironment Sourcing of Oracle apps in Windows
As most of the DBA’s prefer Linux Environment for Oracle apps. However some due to other support may go to windows. So as a developer perspective they have to navigate to different application which...
View ArticleUnable to reserve the .lok file for Integrated WebLogic Server...
If you face the error Unable to reserve the .lok file for Integrated WebLogic Serve then the first is you have to kill the process in Task Manager. Open Task Manager & check for java.exe process...
View Article