DBA Data[Home] [Help]

APPS.PQH_SS_WORKFLOW dependencies on HR_MULTI_TENANCY_PKG

Line 2681: if hr_multi_tenancy_pkg.is_multi_tenant_system then

2677: itemtype => p_itemType
2678: ,itemkey => p_itemKey
2679: ,aname => 'CREATOR_PERSON_ID'),-1);
2680:
2681: if hr_multi_tenancy_pkg.is_multi_tenant_system then
2682: hr_multi_tenancy_pkg.set_context_for_person(l_cpersonId);
2683: end if;
2684:
2685: begin

Line 2682: hr_multi_tenancy_pkg.set_context_for_person(l_cpersonId);

2678: ,itemkey => p_itemKey
2679: ,aname => 'CREATOR_PERSON_ID'),-1);
2680:
2681: if hr_multi_tenancy_pkg.is_multi_tenant_system then
2682: hr_multi_tenancy_pkg.set_context_for_person(l_cpersonId);
2683: end if;
2684:
2685: begin
2686: lb_istxnowner := nvl(hr_transaction_swi.istxnowner(l_txnId,null),false);