DBA Data[Home] [Help]

APPS.PQH_SS_WORKFLOW dependencies on HR_TRANSACTION_SWI

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

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);
2687: exception
2688: when others then
2689: lb_istxnowner := false;
2690: end;