DBA Data[Home] [Help]

APPS.BIS_ICX_SECURITY_PVT SQL Statements

The following lines contain the word 'select', 'insert', 'update' or 'delete':

Line: 67

     icx_sec.updateSessionContext(
                                p_application_id         => p_resp_appl_id,
                                p_responsibility_id      => p_responsibility_id,
                                p_security_group_id      => p_security_group_id,
                                p_session_id             => l_session_id,
                                p_transaction_id         => l_transaction_id);
Line: 93

     select upper(value) into l_language
     from v$nls_parameters
     where parameter='NLS_LANGUAGE';
Line: 97

  SELECT language_code INTO x_language_Code
  FROM fnd_languages
  WHERE nls_language = l_language;