DBA Data[Home] [Help]

APPS.HR_ABSUTIL_SS dependencies on WF_ENGINE

Line 859: wf_engine.eng_run,

855:
856: hr_transaction_ss.rollback_transaction(lr_hr_api_transaction_rec.item_type,
857: lr_hr_api_transaction_rec.item_key,
858: null,
859: wf_engine.eng_run,
860: lv_result);
861: wf_engine.abortprocess(itemtype => lr_hr_api_transaction_rec.item_type
862: ,itemkey => lr_hr_api_transaction_rec.item_key
863: ,process =>null

Line 861: wf_engine.abortprocess(itemtype => lr_hr_api_transaction_rec.item_type

857: lr_hr_api_transaction_rec.item_key,
858: null,
859: wf_engine.eng_run,
860: lv_result);
861: wf_engine.abortprocess(itemtype => lr_hr_api_transaction_rec.item_type
862: ,itemkey => lr_hr_api_transaction_rec.item_key
863: ,process =>null
864: ,result => wf_engine.eng_force
865: ,verify_lock => true

Line 864: ,result => wf_engine.eng_force

860: lv_result);
861: wf_engine.abortprocess(itemtype => lr_hr_api_transaction_rec.item_type
862: ,itemkey => lr_hr_api_transaction_rec.item_key
863: ,process =>null
864: ,result => wf_engine.eng_force
865: ,verify_lock => true
866: ,cascade => true);
867: else
868: