DBA Data[Home] [Help]

APPS.BEN_PROCESS_COBRA_PERSON_SS dependencies on WF_ENGINE

Line 527: l_life_event_transaction_step := to_number(wf_engine.GetItemAttrText

523: );
524: end if;
525: -- end cobra codes
526: --
527: l_life_event_transaction_step := to_number(wf_engine.GetItemAttrText
528: (itemtype => l_item_type,
529: itemkey => l_item_key,
530: aname =>'LIFE_EVENT_TRANSACTION_STEP'));
531: if l_life_event_transaction_step is not null then

Line 623: l_transaction_step := to_number(wf_engine.GetItemAttrText

619: ,p_hire_dt => null
620: );*/
621: end if;
622: --
623: l_transaction_step := to_number(wf_engine.GetItemAttrText
624: (itemtype => l_item_type,
625: itemkey => l_item_key,
626: aname =>'USER_TRANSACTION_STEP'));
627: if l_transaction_step is not null then

Line 652: l_user_pswd := wf_engine.GetItemAttrText

648: ,p_respons_id => l_respons_id
649: ,p_respons_appl_id => l_respons_appl_id
650: );
651:
652: l_user_pswd := wf_engine.GetItemAttrText
653: (itemtype => l_item_type,
654: itemkey => l_item_key,
655: aname =>'USER_ACCOUNT_INFO');
656:

Line 657: wf_engine.SetItemAttrText (itemtype => l_item_type,

653: (itemtype => l_item_type,
654: itemkey => l_item_key,
655: aname =>'USER_ACCOUNT_INFO');
656:
657: wf_engine.SetItemAttrText (itemtype => l_item_type,
658: itemkey => l_item_key,
659: aname => 'USER_ACCOUNT_INFO',
660: avalue => null);
661: ben_process_user_ss_api.create_user_details(