DBA Data[Home] [Help]

APPS.HR_REVTERMINATION_SS dependencies on WF_ENGINE

Line 1245: := wf_engine.GetActivityAttrText( p_item_type,p_item_key, p_actid

1241: lv_cnt := lv_cnt + 1;
1242: gtt_transaction_steps(lv_cnt).param_name := 'P_REVIEW_PROC_CALL';
1243: IF p_review_proc_call IS NULL THEN
1244: gtt_transaction_steps(lv_cnt).param_value
1245: := wf_engine.GetActivityAttrText( p_item_type,p_item_key, p_actid
1246: ,'HR_REVIEW_REGION_ITEM', False);
1247: ELSE
1248: gtt_transaction_steps(lv_cnt).param_value := p_review_proc_call;
1249: END IF;

Line 1476: if ( funmode = wf_engine.eng_run ) then

1472:
1473: if g_debug then
1474: hr_utility.set_location('Entering:'|| g_package||'.'||c_proc, 1);
1475: end if;
1476: if ( funmode = wf_engine.eng_run ) then
1477: begin
1478: lv_person_id:=wf_engine.getitemattrnumber(p_item_type,p_item_key,'CURRENT_PERSON_ID',true);
1479: open csr_person_type(lv_person_id);
1480: fetch csr_person_type into l_person_type;

Line 1478: lv_person_id:=wf_engine.getitemattrnumber(p_item_type,p_item_key,'CURRENT_PERSON_ID',true);

1474: hr_utility.set_location('Entering:'|| g_package||'.'||c_proc, 1);
1475: end if;
1476: if ( funmode = wf_engine.eng_run ) then
1477: begin
1478: lv_person_id:=wf_engine.getitemattrnumber(p_item_type,p_item_key,'CURRENT_PERSON_ID',true);
1479: open csr_person_type(lv_person_id);
1480: fetch csr_person_type into l_person_type;
1481: close csr_person_type;
1482: exception