DBA Data[Home] [Help]

APPS.BEN_FYI_NTFN_SS dependencies on WF_ENGINE

Line 51: wf_engine.SetItemAttrText(itemtype => itemtype

47: --hr_utility.set_location('checking people for role '||role_rec.role_name,20);
48: for user_in_role in c2(role_rec.role_id) loop
49: --hr_utility.set_location('user '||user_in_role.user_name||' has this role ',20);
50: --6773021
51: wf_engine.SetItemAttrText(itemtype => itemtype
52: ,itemkey => itemkey
53: ,aname => 'RECEIVER_NAME'
54: ,avalue => role_rec.role_name);
55: end loop;

Line 88: l_url := wf_engine.GetItemAttrText(

84: begin
85: --
86: hr_utility.set_location('Entering'||l_proc,10);
87: --
88: l_url := wf_engine.GetItemAttrText(
89: itemtype => p_item_type,
90: itemkey => p_item_key,
91: aname => 'NTFN_LINK_TO_REVIEW');
92: --

Line 93: l_process_name := wf_engine.GetItemAttrText(

89: itemtype => p_item_type,
90: itemkey => p_item_key,
91: aname => 'NTFN_LINK_TO_REVIEW');
92: --
93: l_process_name := wf_engine.GetItemAttrText(
94: itemtype => p_item_type,
95: itemkey => p_item_key,
96: aname => 'PROCESS_NAME');
97: --

Line 102: wf_engine.SetItemAttrText(itemtype => p_item_type

98: l_url := l_url||'&'||'pItemType='||p_item_type||'&'||'pItemKey='||p_item_key||'&'||'pProcessName='||l_process_name||'&'||'pFromNtfn='||p_from_ntfn;
99: --
100: hr_utility.set_location('Leaving'||l_proc,10);
101: --
102: wf_engine.SetItemAttrText(itemtype => p_item_type
103: ,itemkey => p_item_key
104: ,aname => 'NTFN_LINK_TO_REVIEW'
105: ,avalue => l_url);
106: --