DBA Data[Home] [Help]

APPS.BEN_CREATE_PTNL_LER_SS dependencies on WF_ENGINE

Line 494: l_review_item_name := wf_engine.GetActivityAttrText(itemtype => p_item_type,

490: l_transaction_table(l_count).param_name := 'P_REVIEW_ACTID';
491: l_transaction_table(l_count).param_value := p_activity_id;
492: l_transaction_table(l_count).param_data_type := 'VARCHAR2';
493:
494: l_review_item_name := wf_engine.GetActivityAttrText(itemtype => p_item_type,
495: itemkey => p_item_key,
496: actid => p_activity_id,
497: aname => gv_wf_review_region_item);
498:

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

514: -- This will be null if any error is raised in processing.
515: p_transaction_step_id := l_transaction_step_id;
516:
517: if p_subflow_mode = 'COBRA' then
518: wf_engine.SetItemAttrText (itemtype => p_item_type,
519: itemkey => p_item_key,
520: aname => 'LIFE_EVENT_TRANSACTION_STEP',
521: avalue => to_char(l_transaction_step_id));
522: end if;