DBA Data[Home] [Help]

APPS.HR_COMP_PROFILE_SS dependencies on WF_ENGINE

Line 291: l_review_region := wf_engine.GetActivityAttrText

287: l_trans_tbl(l_count).param_name := 'P_PREV_STATUS';
288: l_trans_tbl(l_count).param_value := p_prev_status;
289: l_trans_tbl(l_count).param_data_type := 'VARCHAR2';
290: /* end code for competence Qualification link enhancement */
291: l_review_region := wf_engine.GetActivityAttrText
292: (itemtype => p_item_type
293: ,itemkey => p_item_key
294: ,actid => p_actid
295: ,aname => 'HR_REVIEW_REGION_ITEM'