Search This Blog

Thursday, June 23, 2016

User Hooks for SITs

 User Hooks for SITs. The APIs are:

hr_sit_api.create_sit
hr_sit_api.update_sit
hr_sit_api.delete_sit

The API hooks are:

hr_sit_bk1.create_sit_b (Create, Before)
hr_sit_bk1.create_sit_a (Create, After)
hr_sit_bk2.update_sit_b (Update, Before)
hr_sit_bk2.update_sit_a (Update, After)
hr_sit_bk3.delete_sit_b (Delete, Before)
hr_sit_bk3.delete_sit_a (Delete, After)

User hooks doesnt work on SSHR for validations, they work once the final approval is done and inserted/updated the database.

Examples:
1. Once final Approval done
http://mogalafzal.blogspot.ae/2016/03/user-hook-on-special-info-to-attach.html

2. For validations on SIT's before Approval
http://mogalafzal.blogspot.ae/2016/06/validation-on-hr-special-info-sit-in.html

No comments:

Post a Comment