DBA Data[Home] [Help]

APPS.CSM_SR_TYPE_MAP_EVENT_PKG dependencies on ASG_USER

Line 45: ASG_USER usr

41: usr.user_id,
42: b.incident_type_id,
43: b.responsibility_id
44: FROM CS_SR_TYPE_MAPPING b,
45: ASG_USER usr
46: WHERE usr.responsibility_id = b.responsibility_id
47: AND usr.user_id = usr.owner_id
48: AND NOT EXISTS
49: (