DBA Data[Home] [Help]

APPS.OKS_CT_EVENTS_WFA dependencies on FND_USER_RESP_GROUPS

Line 398: from fnd_user_resp_groups resp,

394:
395: CURSOR appscntxt IS
396: select resp.responsibility_id,
397: resp.responsibility_application_id
398: from fnd_user_resp_groups resp,
399: cs_sr_type_mapping srmap
400: where resp.user_id = l_user_id
401: and resp.responsibility_id = srmap.responsibility_id
402: and srmap.incident_type_id = l_SR_type_id