DBA Data[Home] [Help]

APPS.CS_SERVICEREQUEST_UTIL dependencies on CS_SYSTEM_OPTIONS

Line 6295: from cs_system_options

6291: -- Check if service security is enable. This select will always return
6292: -- with atleast one record.
6293: select sr_agent_security
6294: into l_sr_agent_security
6295: from cs_system_options
6296: where rownum = 1;
6297:
6298: if ( l_sr_agent_security <> 'ANONE' ) then
6299: select count(*)