Saturday 30 March 2013

Legal Employer LOV in assignment Screen

Legal Employer LOV is not containing any values. 

check if there is any organization is having classification as Legal Employer enabled for that business group.

While creating an organization ,if you select legal employer as classification and enable that classification then only the organization will come in Legal employer List of values.






How to Rollback SSHR Transaction in oracle apps

How to Rollback SSHR Transaction in oracle apps.

execute hr_transaction_api.rollback_transaction(p_transaction_id);

commit;

Note:

p_transaction_id is the transaction_id that you will find in hr_api_transaction table.

After executing the above statement you will not find any record in hr_api_transaction