DBA Data[Home] [Help]

APPS.OKC_REP_UTIL_PVT dependencies on JTF_RS_WF_INTEGRATION_PUB

Line 643: l_grantee_key := JTF_RS_WF_INTEGRATION_PUB.get_wf_role(l_resource_id);

639: FETCH cur_user_jtf_resource_csr INTO l_resource_id;
640: CLOSE cur_user_jtf_resource_csr;
641:
642: -- Get grantee key of the current resource
643: l_grantee_key := JTF_RS_WF_INTEGRATION_PUB.get_wf_role(l_resource_id);
644:
645: -- Get greantee orig system for the current grantee key
646: wf_directory.GetRoleOrigSysInfo(Role => l_grantee_key,
647: Orig_System => l_grantee_orig_system,