DBA Data[Home] [Help]

APPS.HR_PERSON_INFO_UTIL_SS dependencies on WF_ENGINE

Line 197: lv_trans_submit := wf_engine.GetItemAttrText(itemtype => p_item_type,

193:
194: begin
195:
196: -- get the itemattr TRAN_SUBMIT
197: lv_trans_submit := wf_engine.GetItemAttrText(itemtype => p_item_type,
198: itemkey => p_item_key,
199: aname => 'TRAN_SUBMIT');
200:
201: -- Delete the transaction only if not from RETURN FOR CORRECTION

Line 226: wf_engine.SetItemAttrText(itemtype => p_item_type,

222: ,funmode => p_funcmode
223: ,result => p_resultout ); */
224:
225: -- also we need to nullify item attribute 'TRANSACTION_ID' in work flow engine
226: wf_engine.SetItemAttrText(itemtype => p_item_type,
227: itemkey => p_item_key,
228: aname => 'TRANSACTION_ID',
229: avalue => null);
230:

Line 235: lv_perinfo_process_section := wf_engine.GetItemAttrText(itemtype => p_item_type,

231: end if;
232: -- set the result to DEFAULT: to stall the workflow engine
233: p_resultout := 'DEFAULT';
234:
235: lv_perinfo_process_section := wf_engine.GetItemAttrText(itemtype => p_item_type,
236: itemkey => p_item_key,
237: aname => gv_wf_process_sect_attr_name);
238: lv_perinfo_action_type := wf_engine.GetItemAttrText(itemtype => p_item_type,
239: itemkey => p_item_key,

Line 238: lv_perinfo_action_type := wf_engine.GetItemAttrText(itemtype => p_item_type,

234:
235: lv_perinfo_process_section := wf_engine.GetItemAttrText(itemtype => p_item_type,
236: itemkey => p_item_key,
237: aname => gv_wf_process_sect_attr_name);
238: lv_perinfo_action_type := wf_engine.GetItemAttrText(itemtype => p_item_type,
239: itemkey => p_item_key,
240: aname => gv_wf_action_type_attr_name);
241:
242: if(lv_perinfo_process_section = gv_basic_details_sect) then