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;

Line 3351: if hr_multi_tenancy_pkg.is_multi_tenant_system then

3347: hr_utility.set_location('Entering:'|| g_package||'.'||c_proc, 1);
3348: end if;
3349:
3350: -- added for bug 13485539
3351: if hr_multi_tenancy_pkg.is_multi_tenant_system then
3352: l_cpersonId := NVL( wf_engine.getItemAttrText (
3353: itemtype => p_item_type
3354: ,itemkey => p_item_key
3355: ,aname => 'CREATOR_PERSON_ID'),-1);

Line 3357: hr_multi_tenancy_pkg.set_context_for_person(l_cpersonId);

3353: itemtype => p_item_type
3354: ,itemkey => p_item_key
3355: ,aname => 'CREATOR_PERSON_ID'),-1);
3356:
3357: hr_multi_tenancy_pkg.set_context_for_person(l_cpersonId);
3358: -- hr_utility.set_location('After callto multi DBG_'||sa_session.row_label('HR_ENTERPRISE_POLICY')||':Entering',5);
3359: end if;
3360: -- End of addition for bug 13485539
3361: -- capture the approver login context information