DBA Data[Home] [Help]

APPS.HR_PERSON_INFO_UTIL_SS dependencies on WF_ENGINE

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

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

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

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

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

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

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

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