DBA Data[Home] [Help]

APPS.PQH_SS_WORKFLOW dependencies on HR_TRANSACTION_SWI

Line 2710: lb_istxnowner := nvl(hr_transaction_swi.istxnowner(l_txnId,null),false);

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);
2711: exception
2712: when others then
2713: lb_istxnowner := false;
2714: end;