DBA Data[Home] [Help]

APPS.OKC_REP_UTIL_PVT dependencies on JTF_RS_WF_INTEGRATION_PUB

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

720: FETCH cur_user_jtf_resource_csr INTO l_resource_id;
721: CLOSE cur_user_jtf_resource_csr;
722:
723: -- Get grantee key of the current resource
724: l_grantee_key := JTF_RS_WF_INTEGRATION_PUB.get_wf_role(l_resource_id);
725:
726: -- Get greantee orig system for the current grantee key
727: wf_directory.GetRoleOrigSysInfo(Role => l_grantee_key,
728: Orig_System => l_grantee_orig_system,