DBA Data[Home] [Help]

APPS.HR_COMP_OUTCOME_PROFILE_SS dependencies on WF_ENGINE

Line 227: l_review_region := wf_engine.GetActivityAttrText

223: l_trans_tbl(l_count).param_name := 'P_REVIEW_ACTID';
224: l_trans_tbl(l_count).param_value := p_actid;
225: l_trans_tbl(l_count).param_data_type := 'VARCHAR2';
226: --
227: l_review_region := wf_engine.GetActivityAttrText
228: (itemtype => p_item_type
229: ,itemkey => p_item_key
230: ,actid => p_actid
231: ,aname => 'HR_REVIEW_REGION_ITEM'