DBA Data[Home] [Help]

APPS.HR_PROCESS_CONTACT_SS dependencies on WF_ENGINE

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

3620: -- This is a marker for the contact person to be used to identify the Address
3621: -- to be retrieved for the contact person in context in review page.
3622: -- The HR_LAST_CONTACT_SET is in from the work flow attribute
3623: begin
3624: l_contact_set := wf_engine.GetItemAttrNumber(itemtype => p_item_type,
3625: itemkey => p_item_key,
3626: aname => 'HR_CONTACT_SET');
3627:
3628: exception when others then

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

9064: -- This is a marker for the contact person to be used to identify the Address
9065: -- to be retrieved for the contact person in context in review page.
9066: -- The HR_LAST_CONTACT_SET is in from the work flow attribute
9067: begin
9068: l_contact_set := wf_engine.GetItemAttrNumber(itemtype => p_item_type,
9069: itemkey => p_item_key,
9070: aname => 'HR_CONTACT_SET');
9071:
9072: exception when others then

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

15718: l_proc varchar2(72) := g_package||'is_contact_added';
15719: begin
15720: --
15721: hr_utility.set_location('Entering:'||l_proc, 5);
15722: l_contact_set := wf_engine.GetItemAttrNumber(itemtype => itemtype,
15723: itemkey => itemkey,
15724: aname => 'HR_CONTACT_SET');
15725:
15726: if l_contact_set > 0 then

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

15784: -- This is a marker for the contact person to be used to identify the
15785: -- transactiion steps to be retrieved for the contact person in context.
15786: -- The HR_LAST_CONTACT_SET is in from the work flow attribute
15787: BEGIN
15788: l_wf_contact_set := wf_engine.GetItemAttrNumber(itemtype => p_item_type,
15789: itemkey => p_item_key,
15790: aname => 'HR_CONTACT_SET');
15791:
15792: exception when others then

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

15875: -- This is a marker for the contact person to be used to identify the
15876: -- transactiion steps to be retrieved for the contact person in context.
15877: -- The HR_LAST_CONTACT_SET is in from the work flow attribute
15878: BEGIN
15879: l_wf_contact_set := wf_engine.GetItemAttrNumber(itemtype => p_item_type,
15880: itemkey => p_item_key,
15881: aname => 'HR_CONTACT_SET');
15882:
15883: exception when others then