DBA Data[Home] [Help]

APPS.HR_SUPERVISOR_SS dependencies on WF_ENGINE

Line 178: ln_person_id := wf_engine.GetItemAttrNumber

174: BEGIN
175: --
176: -- Get the action person id, ie. selected person id
177: hr_utility.set_location('Entering '|| l_proc,5);
178: ln_person_id := wf_engine.GetItemAttrNumber
179: (itemtype => itemtype
180: ,itemkey => itemkey
181: ,aname => 'CURRENT_PERSON_ID');
182:

Line 184: ln_creator_person_id := wf_engine.GetItemAttrNumber

180: ,itemkey => itemkey
181: ,aname => 'CURRENT_PERSON_ID');
182:
183: -- Get the login person id
184: ln_creator_person_id := wf_engine.GetItemAttrNumber
185: (itemtype => itemtype
186: ,itemkey => itemkey
187: ,aname => 'CREATOR_PERSON_ID');
188:

Line 192: ld_effective_date := wf_engine.GetItemAttrDate

188:
189:
190: -- The termination effective date was stored in the wf item attribute
191: -- CURRENT_EFFECTIVE_DATE as a date data type.
192: ld_effective_date := wf_engine.GetItemAttrDate
193: (itemtype => itemtype
194: ,itemkey => itemkey
195: ,aname => 'CURRENT_EFFECTIVE_DATE');
196:

Line 199: lv_term_sup_flag := wf_engine.GetItemAttrText

195: ,aname => 'CURRENT_EFFECTIVE_DATE');
196:
197: -- Need to get the wf item attribute HR_TERM_SUP_FLAG so that the Supervisor
198: -- page knows whether the caller is from Termination or not.
199: lv_term_sup_flag := wf_engine.GetItemAttrText
200: (itemtype => itemtype
201: ,itemkey => itemkey
202: ,aname => 'HR_TERM_SUP_FLAG');
203:

Line 250: wf_engine.SetItemAttrNumber

246: -- to. This is concurred by C. Beach on 02/18/2002. The reason
247: -- is that the login person can forward the notification to
248: -- someone else.
249:
250: wf_engine.SetItemAttrNumber
251: (itemtype => itemtype
252: ,itemkey => itemkey
253: ,aname => 'HR_MGR_ID_OF_LOGIN_PERSON'
254: ,avalue => ln_creator_person_id);

Line 256: wf_engine.SetItemAttrNumber

252: ,itemkey => itemkey
253: ,aname => 'HR_MGR_ID_OF_LOGIN_PERSON'
254: ,avalue => ln_creator_person_id);
255: ELSE
256: wf_engine.SetItemAttrNumber
257: (itemtype => itemtype
258: ,itemkey => itemkey
259: ,aname => 'HR_MGR_ID_OF_LOGIN_PERSON'
260: ,avalue => ln_manager_id);

Line 1612: p_review_proc_call => wf_engine.GetActivityAttrText(itemtype => p_item_type,

1608: p_act_id => p_actid,
1609: p_transaction_id => l_transaction_id,
1610: p_transaction_step_id => l_transaction_step_id,
1611: p_login_person_id => p_login_person_id,
1612: p_review_proc_call => wf_engine.GetActivityAttrText(itemtype => p_item_type,
1613: itemkey => p_item_key,
1614: actid => p_actid,
1615: aname => 'HR_REVIEW_REGION_ITEM'),
1616: p_selected_emp_id => p_selected_person_id,

Line 1912: l_applicant_assignment_id := wf_engine.getItemAttrText(

1908: g_applicant_hire := true;
1909: isApplicantSubordinate := false;
1910: l_applicant_person_id := p_supervisor_id;
1911: -- Get the assignment_id for the applicant from workflow
1912: l_applicant_assignment_id := wf_engine.getItemAttrText(
1913: itemtype => p_item_type,
1914: itemkey => p_item_key,
1915: aname => 'CURRENT_ASSIGNMENT_ID');
1916: l_applicant_effective_date := wf_engine.getItemAttrDate(

Line 1916: l_applicant_effective_date := wf_engine.getItemAttrDate(

1912: l_applicant_assignment_id := wf_engine.getItemAttrText(
1913: itemtype => p_item_type,
1914: itemkey => p_item_key,
1915: aname => 'CURRENT_ASSIGNMENT_ID');
1916: l_applicant_effective_date := wf_engine.getItemAttrDate(
1917: itemtype => p_item_type,
1918: itemkey => p_item_key,
1919: aname => 'CURRENT_EFFECTIVE_DATE');
1920: -- Get the object version number

Line 1944: l_applicant_effective_date := wf_engine.getItemAttrDate(

1940: isApplicantSubordinate := false;
1941: -- Get the person_id from assignment record.
1942: l_applicant_person_id := l_person_id;
1943: l_applicant_assignment_id := p_assignment_id;
1944: l_applicant_effective_date := wf_engine.getItemAttrDate(
1945: itemtype => p_item_type,
1946: itemkey => p_item_key,
1947: aname => 'CURRENT_EFFECTIVE_DATE');
1948: -- first get the object_version_number for the applicant from