DBA Data[Home] [Help]

APPS.IEM_DIAG_ACT_AUTHENTICATE_PVT SQL Statements

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

Line: 47

   JTF_DIAGNOSTIC_COREAPI.insert_style_sheet;
Line: 49

	l_string := 'select email_user, domain, db_server_id, email_password from iem_email_accounts';
Line: 58

		IEM_DB_CONNECTIONS_PVT.select_item(
               		p_api_version_number =>1.0,
                 	p_db_server_id  =>l_account_rec.db_server_id,
               		p_is_admin =>'A',
  			x_db_link=>l_im_link1,
  			x_return_status =>l_stat,
  			x_msg_count    => l_count,
  			x_msg_data      => l_data);