DBA Data[Home] [Help]

APPS.PQH_SS_WORKFLOW dependencies on HR_MULTI_TENANCY_PKG

Line 2705: if hr_multi_tenancy_pkg.is_multi_tenant_system then

2701: itemtype => p_itemType
2702: ,itemkey => p_itemKey
2703: ,aname => 'CREATOR_PERSON_ID'),-1);
2704:
2705: if hr_multi_tenancy_pkg.is_multi_tenant_system then
2706: hr_multi_tenancy_pkg.set_context_for_person(l_cpersonId);
2707: end if;
2708:
2709: begin

Line 2706: hr_multi_tenancy_pkg.set_context_for_person(l_cpersonId);

2702: ,itemkey => p_itemKey
2703: ,aname => 'CREATOR_PERSON_ID'),-1);
2704:
2705: if hr_multi_tenancy_pkg.is_multi_tenant_system then
2706: hr_multi_tenancy_pkg.set_context_for_person(l_cpersonId);
2707: end if;
2708:
2709: begin
2710: lb_istxnowner := nvl(hr_transaction_swi.istxnowner(l_txnId,null),false);