DBA Data[Home] [Help]

APPS.HR_PROCESS_EIT_SS dependencies on WF_ENGINE

Line 156: wf_engine.GetActivityAttrText(itemtype => p_item_type,

152: l_transaction_table(l_count).param_value := p_eit_number;
153: l_transaction_table(l_count).param_data_type := 'NUMBER';
154:
155: l_review_item_name :=
156: wf_engine.GetActivityAttrText(itemtype => p_item_type,
157: itemkey => p_item_key,
158: actid => p_activity_id,
159: aname => gv_wf_review_region_item);
160:

Line 1620: lv_flow_identifier := wf_engine.GetItemAttrText(p_item_type,p_item_key,'HR_FLOW_IDENTIFIER',true);

1616: end if;
1617: end if;
1618:
1619: if p_item_type is not null and p_item_key is not null then
1620: lv_flow_identifier := wf_engine.GetItemAttrText(p_item_type,p_item_key,'HR_FLOW_IDENTIFIER',true);
1621: end if;
1622:
1623: if nvl(lv_flow_identifier,'N') = 'EX_EMP' then
1624: open csr_asg_id;