Absence Workflow Delete
Absence Workflow Delete
Absence Workflow Delete
-- STEP-1 : CANCEL WORK FLOW USING SYSADMIN user and Navigate to Workflow
Administrator web applications -> Administer workflow -> Status monitor
-- DOC NAME - STEPS TO CANCEL PENDING HRSSA WORKFLOW
-- THEN DO HE BELOW
select * from wf_notifications where sUBJECT like '%Leave of Absence for %Anooj%'
and status = 'OPEN' and message_name = 'HR_EMBED_RN_NTF_APPR_MSG'
order by notification_id desc
--begin
--hr_transaction_api.rollback_transaction( p_transaction_id => :trx_id
-- ,p_validate => false );
--commit;
--end;
--------------------------------------------------------------------------------
--commit
-------------------
--rollback
--commit