DBA Data[Home] [Help]

APPS.HR_PROCESS_ASSIGNMENT_SS dependencies on WF_ENGINE

Line 2474: l_person_id := wf_engine.GetItemAttrText(l_item_type,l_item_key,'CURRENT_PERSON_ID');

2470: l_item_key := p_item_key;
2471: l_activity_id := p_actid;
2472: --Code For Re-Hire
2473: if l_item_type is not null and l_item_key is not null then
2474: l_person_id := wf_engine.GetItemAttrText(l_item_type,l_item_key,'CURRENT_PERSON_ID');
2475: l_re_hire_flow := wf_engine.GetItemAttrText(l_item_type,l_item_key,'HR_FLOW_IDENTIFIER',true);
2476: end if;
2477: if nvl(l_re_hire_flow,'N') = 'EX_EMP' then
2478: g_exemp_hire := true;

Line 2475: l_re_hire_flow := wf_engine.GetItemAttrText(l_item_type,l_item_key,'HR_FLOW_IDENTIFIER',true);

2471: l_activity_id := p_actid;
2472: --Code For Re-Hire
2473: if l_item_type is not null and l_item_key is not null then
2474: l_person_id := wf_engine.GetItemAttrText(l_item_type,l_item_key,'CURRENT_PERSON_ID');
2475: l_re_hire_flow := wf_engine.GetItemAttrText(l_item_type,l_item_key,'HR_FLOW_IDENTIFIER',true);
2476: end if;
2477: if nvl(l_re_hire_flow,'N') = 'EX_EMP' then
2478: g_exemp_hire := true;
2479: hr_new_user_reg_ss.processExEmpTransaction

Line 2514: -- l_email_id := wf_engine.getItemAttrText

2510: end if;
2511: --
2512: -- get the e-mail address for error messages
2513: --
2514: -- l_email_id := wf_engine.getItemAttrText
2515: -- (itemtype => l_item_type
2516: -- ,itemkey => l_item_key
2517: -- ,aname => hr_assignment_util_web.gv_wf_email_id);
2518: --

Line 4313: l_term_sec_asg := wf_engine.getitemattrtext(p_item_type, p_item_key,

4309: i_changed:=TRUE;
4310: end if;
4311: end if;
4312:
4313: l_term_sec_asg := wf_engine.getitemattrtext(p_item_type, p_item_key,
4314: 'HR_TERM_SEC_ASG',true);
4315:
4316: if (l_term_sec_asg is null OR l_term_sec_asg <> 'Y') then
4317: j_changed := 'Y';

Line 6115: l_rehire_flow := wf_engine.GetItemAttrText(l_item_type,l_item_key,'HR_FLOW_IDENTIFIER',true);

6111: FETCH cur_txnStep INTO l_item_type,l_item_key;
6112: CLOSE cur_txnStep;
6113:
6114: if l_item_type is not null and l_item_key is not null then
6115: l_rehire_flow := wf_engine.GetItemAttrText(l_item_type,l_item_key,'HR_FLOW_IDENTIFIER',true);
6116: end if;
6117:
6118: if nvl(l_rehire_flow,'N') = 'EX_EMP' then
6119: l_datetrack_update_mode := 'CORRECTION';