DBA Data[Home] [Help]

APPS.HR_APPROVAL_SS dependencies on HR_MULTI_TENANCY_PKG

Line 345: if hr_multi_tenancy_pkg.is_multi_tenant_system then

341: wf_engine.context_nid,
342: wf_engine.context_user,
343: wf_engine.context_user_comment);
344: elsif( funmode = 'TIMEOUT' ) then
345: if hr_multi_tenancy_pkg.is_multi_tenant_system then
346: l_cpersonId := NVL( wf_engine.getItemAttrText (
347: itemtype => p_item_type
348: ,itemkey => p_item_key
349: ,aname => 'CREATOR_PERSON_ID'),-1);

Line 351: hr_multi_tenancy_pkg.set_context_for_person(l_cpersonId);

347: itemtype => p_item_type
348: ,itemkey => p_item_key
349: ,aname => 'CREATOR_PERSON_ID'),-1);
350:
351: hr_multi_tenancy_pkg.set_context_for_person(l_cpersonId);
352: end if;
353: if g_debug then
354: hr_utility.set_location('calling hr_trans_history_api.archive_timeout',7);
355: end if;