DBA Data[Home] [Help]

APPS.AMV_USER_PVT dependencies on AMV_C_CHANNELS_VL

Line 6380: From amv_u_access u, amv_c_channels_vl c

6376: U.CAN_CREATE_DIST_RULE_FLAG,
6377: U.CHL_APPROVER_FLAG,
6378: U.CHL_REQUIRED_FLAG,
6379: U.CHL_REQUIRED_NEED_NOTIF_FLAG
6380: From amv_u_access u, amv_c_channels_vl c
6381: Where u.user_or_group_id = p_user_or_group_id
6382: And u.user_or_group_type = p_user_or_group_type
6383: And access_to_table_code = G_CHAN_ARC_TYPE
6384: And u.access_to_table_record_id = c.channel_id;