DBA Data[Home] [Help]

APPS.EAM_LINEAR_LOCATIONS_PUB dependencies on FND_USER_RESP_GROUPS

Line 79: from fnd_user_resp_groups

75:
76: begin
77: select 1
78: into l_check
79: from fnd_user_resp_groups
80: where user_id = l_user_id
81: and responsibility_id = l_resp_id;
82: exception
83: when no_data_found then