Sunday, December 29, 2024

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?

No comments:

Post a Comment

Query to get Parent and Child Accounts in Oracle APPS R12

SELECT ffv1.flex_value parent_account       ,ffvt1.description parent_account_desc   ,ffv2.flex_value child_account   ,ffvt2.description...