DBA Data[Home] [Help]

APPS.IEM_MSTEMAIL_ACCOUNTS_PVT SQL Statements

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

Line: 63

	update iem_mstemail_accounts set user_password=l_encrypted_data, encrypt_key=l_encrypted_key where email_account_id=p_email_account_id;
Line: 166

/*	select user_password, encrypt_key into l_user_password, l_encrypt_key from iem_mstemail_accounts where email_account_id=p_email_account_id;