Thursday, September 15, 2016

Payment Method in Oracle HRMS

After completing the Core HR Structure we have to do the Payroll Setup.
Firstly, we need a create a Payment Method here through which we will be paying the employees.

Navigation: HRMS Manager>Payroll>Payment Methods












Initially the Costing Tab is disabled here which can be enabled using the below:

select * from PAY_LEGISLATIVE_FIELD_INFO where Field_name = 'COSTING_TAB'

Look if the above query retrieves a row for your legislation.If No then Insert using the below query.

insert into PAY_LEGISLATIVE_FIELD_INFO(Field_name,Validation_type,Validation_name,Rule_type,Rule_mode,Target_location,Legislation_code) values('COSTING_TAB','TAB_PAGE_PROPERTY','DISPLAY','DISPLAY','Y','PAYWSDPM','SA')


Enter the required details in each Tab.

No comments:

Post a Comment