DBA Data[Home] [Help]

APPS.HR_PROCESS_CONTACT_SS dependencies on WF_ENGINE

Line 3693: l_contact_set := wf_engine.GetItemAttrNumber(itemtype => p_item_type,

3689: -- This is a marker for the contact person to be used to identify the Address
3690: -- to be retrieved for the contact person in context in review page.
3691: -- The HR_LAST_CONTACT_SET is in from the work flow attribute
3692: begin
3693: l_contact_set := wf_engine.GetItemAttrNumber(itemtype => p_item_type,
3694: itemkey => p_item_key,
3695: aname => 'HR_CONTACT_SET');
3696:
3697: exception when others then

Line 9137: l_contact_set := wf_engine.GetItemAttrNumber(itemtype => p_item_type,

9133: -- This is a marker for the contact person to be used to identify the Address
9134: -- to be retrieved for the contact person in context in review page.
9135: -- The HR_LAST_CONTACT_SET is in from the work flow attribute
9136: begin
9137: l_contact_set := wf_engine.GetItemAttrNumber(itemtype => p_item_type,
9138: itemkey => p_item_key,
9139: aname => 'HR_CONTACT_SET');
9140:
9141: exception when others then

Line 15890: l_contact_set := wf_engine.GetItemAttrNumber(itemtype => itemtype,

15886: l_proc varchar2(72) := g_package||'is_contact_added';
15887: begin
15888: --
15889: hr_utility.set_location('Entering:'||l_proc, 5);
15890: l_contact_set := wf_engine.GetItemAttrNumber(itemtype => itemtype,
15891: itemkey => itemkey,
15892: aname => 'HR_CONTACT_SET');
15893:
15894: if l_contact_set > 0 then

Line 15956: l_wf_contact_set := wf_engine.GetItemAttrNumber(itemtype => p_item_type,

15952: -- This is a marker for the contact person to be used to identify the
15953: -- transactiion steps to be retrieved for the contact person in context.
15954: -- The HR_LAST_CONTACT_SET is in from the work flow attribute
15955: BEGIN
15956: l_wf_contact_set := wf_engine.GetItemAttrNumber(itemtype => p_item_type,
15957: itemkey => p_item_key,
15958: aname => 'HR_CONTACT_SET');
15959:
15960: exception when others then

Line 16047: l_wf_contact_set := wf_engine.GetItemAttrNumber(itemtype => p_item_type,

16043: -- This is a marker for the contact person to be used to identify the
16044: -- transactiion steps to be retrieved for the contact person in context.
16045: -- The HR_LAST_CONTACT_SET is in from the work flow attribute
16046: BEGIN
16047: l_wf_contact_set := wf_engine.GetItemAttrNumber(itemtype => p_item_type,
16048: itemkey => p_item_key,
16049: aname => 'HR_CONTACT_SET');
16050:
16051: exception when others then