Tuesday, 18 October 2016

Using Form Navigator Functionality in Oracle HRMS

Menus

  1. GLB_HRMS_NAV
  2. GLB_HRMS_PEOPLE
  3. GLB_HRMS_MAINTAIN_TEMPLATES
Go to Global HRMS Manager > Security > Form Navigator




Go to application devloper > function

Function name:
PERWSQHM_ENTER_EMPS
PERWSQHM_MAINTAIN_EMPS

User Function Name :
People Management - Enter Employees
People Management - Maintain Employees



Parameter Name : TEMPLATE_NAME="PER_ENTER_EMPS"





CNIC Format

00000"-"0000000"-"0

Thursday, 13 October 2016

Define Table Structures in Oracle HRMS

Go to > Global HRMS Manager  > Other Definitions > Table Structures


Go to Tables Values >


Define Event Group Proration

Go to Global HRMS Manager > Other Definitions > Event Group





Function register in Oracle HRMS

Go to Global HRMS Manager > Define Functions




Define Elements

Go to > Global HRMS Manager > Define element





Define Balances

                     


Define Element Formula results


             

Find Oracle API


  1. Got to Responsibility Name :Integrated SOA Gateway
  2. Run SQL fixe module

select  * from  (
select * from all_objects where object_name like 'AP%' escape '\' and object_type = 'PACKAGE'
union
select * from all_objects where object_name like 'AP%' escape '\' and object_type = 'PACKAGE'
union
select * from all_objects where object_name like 'AP' escape '\' and object_type = 'PACKAGE'
) where object_name like '%INVOICE%'