DBA Data[Home] [Help]

APPS.SR_UWQ_INTEG dependencies on CS_SR_SECURITY_CONTEXT

Line 1574: -- cs_sr_security_context.set_sr_security_context('SRTYPE_ID', n_incident_id);

1570: -- When the responsibility id changes the security function
1571: -- is called to check if the responsibilty has access to
1572: -- to the SR.
1573: -- Set the CS application context for the responsibility.
1574: -- cs_sr_security_context.set_sr_security_context('SRTYPE_ID', n_incident_id);
1575:
1576: -- Call Sec function(n_app_id, p_ivr_data_value);
1577:
1578: v_security_flag := 'N';

Line 1586: cs_sr_security_context.set_sr_security_context('RESP_ID', n_resp_id);

1582: user_id => n_user_id,
1583: resp_id => n_resp_id,
1584: resp_appl_id => n_app_id
1585: );
1586: cs_sr_security_context.set_sr_security_context('RESP_ID', n_resp_id);
1587: cs_sr_security_context.set_sr_security_context('APPL_ID', n_app_id);
1588:
1589: cs_sr_security_grp.validate_user_responsibility
1590: ( p_api_version => NULL,

Line 1587: cs_sr_security_context.set_sr_security_context('APPL_ID', n_app_id);

1583: resp_id => n_resp_id,
1584: resp_appl_id => n_app_id
1585: );
1586: cs_sr_security_context.set_sr_security_context('RESP_ID', n_resp_id);
1587: cs_sr_security_context.set_sr_security_context('APPL_ID', n_app_id);
1588:
1589: cs_sr_security_grp.validate_user_responsibility
1590: ( p_api_version => NULL,
1591: p_init_msg_list => fnd_api.g_true,