DBA Data[Home] [Help]

APPS.JTM_HOOK_UTIL_PKG dependencies on ASG_USER_PUB_RESPS

Line 49: , asg_user_pub_resps aupr

45: --Bug 4924543
46: CURSOR c_asg_user( b_resource_id NUMBER ) IS
47: SELECT null
48: FROM asg_user au
49: , asg_user_pub_resps aupr
50: WHERE au.user_name = aupr.user_name
51: AND aupr.pub_name = 'SERVICEL'
52: AND au.enabled = 'Y'
53: AND au.resource_id = b_resource_id;