DBA Data[Home] [Help]

APPS.IGC_CC_ACCESS_PKG dependencies on IGC_CC_GROUP_USERS

Line 633: IGC_CC_GROUP_USERS b

629: Begin
630: Select max(cc_access_level)
631: Into l_g_access_level
632: From IGC_CC_ACCESS a,
633: IGC_CC_GROUP_USERS b
634: Where b.user_id = p_user_id
635: and a.cc_access_type like 'G'
636: and a.cc_header_id = p_header_id
637: and a.cc_group_id = b.cc_group_id