DBA Data[Home] [Help]

APPS.CS_SR_SECURITY_UTIL dependencies on CS_SR_SECURITY_CONTEXT

Line 385: cs_sr_security_context.set_sr_security_context (

381: fetch get_sr_type into l_incident_type_id;
382: close get_sr_type;
383:
384: -- set the SR Type contex
385: cs_sr_security_context.set_sr_security_context (
386: p_context_attribute => 'SRTYPE_ID',
387: p_context_attribute_value => l_incident_type_id );
388:
389: -- query from the CS JTF resource secure view

Line 522: cs_sr_security_context.set_sr_security_context (

518: fetch get_sr_type into l_incident_type_id;
519: close get_sr_type;
520:
521: -- set the SR Type contex
522: cs_sr_security_context.set_sr_security_context (
523: p_context_attribute => 'SRTYPE_ID',
524: p_context_attribute_value => l_incident_type_id );
525:
526: -- query from the CS JTF resource secure view