DBA Data[Home] [Help]

APPS.GHR_GENERAL dependencies on WF_ENGINE

Line 100: l_person_id := wf_engine.GetItemAttrText(itemtype => Itemtype,

96: hr_utility.set_location('Entering' ,1);
97:
98: if funcmode = 'RUN' then
99: hr_utility.set_location('Run' ,1);
100: l_person_id := wf_engine.GetItemAttrText(itemtype => Itemtype,
101: itemkey => Itemkey,
102: aname => 'PERSON_ID');
103: hr_utility.set_location('l_person_id is ' || l_person_id ,1);
104:

Line 105: /*l_effective_date := wf_engine.GetItemAttrText(itemtype => Itemtype,

101: itemkey => Itemkey,
102: aname => 'PERSON_ID');
103: hr_utility.set_location('l_person_id is ' || l_person_id ,1);
104:
105: /*l_effective_date := wf_engine.GetItemAttrText(itemtype => Itemtype,
106: itemkey => Itemkey,
107: aname => 'EFFECTIVE_DATE');
108: l_effective_date := nvl(l_effective_date,sysdate);
109: */

Line 138: wf_engine.SetItemAttrText(itemtype => itemtype

134: l_receiver_name := user_name_rec.user_name;
135: end loop;
136: end if;
137:
138: wf_engine.SetItemAttrText(itemtype => itemtype
139: ,itemkey => itemkey
140: ,aname => 'RECEIVER_NAME'
141: ,avalue => l_receiver_name);
142: