DBA Data[Home] [Help]

APPS.HR_APPRAISALS_UTIL_SS dependencies on WF_ENGINE

Line 844: approverRole := wf_engine.GetItemAttrText(p_item_type,p_item_key,'FORWARD_TO_USERNAME',TRUE);

840: approverRole VARCHAR2(100);
841: begin
842: --Works Only for appraisals with pending approval does not work for other statuses
843: --When the appraisal is waiting for pending approval get to whom the appraisal forwarded and checks if the pprover terminatted
844: approverRole := wf_engine.GetItemAttrText(p_item_type,p_item_key,'FORWARD_TO_USERNAME',TRUE);
845:
846: open csr_approver_id(approverRole);
847: fetch csr_approver_id into approverId;
848: if csr_approver_id%notfound then