Create Leave request
Hi,
My requirement is recreate the Employee self service >> Apply absence functionality using PLSQL API.
So i need to create a leave request with approval status as pending, which will be sent to the employee supervisor for approval. The employee supervisor should be able to see and approve the leave from the workflow notifications form.
Can i do this function using HR_TRANSACTION_API.create_transaction ?
Where can i get the item_key that needs to be passed to all these api's? Which is the base table for this item_key?
How can i trigger the appropriate workflows. Is there a way to find out what all API's need to be called and what all should be done to achieve this requirement.
My requirement is recreate the Employee self service >> Apply absence functionality using PLSQL API.
So i need to create a leave request with approval status as pending, which will be sent to the employee supervisor for approval. The employee supervisor should be able to see and approve the leave from the workflow notifications form.
Can i do this function using HR_TRANSACTION_API.create_transaction ?
Where can i get the item_key that needs to be passed to all these api's? Which is the base table for this item_key?
How can i trigger the appropriate workflows. Is there a way to find out what all API's need to be called and what all should be done to achieve this requirement.
Tagged:
1