DBA Data[Home] [Help]

APPS.IEM_EMTA_ACCT_PVT dependencies on IEM_MSTEMAIL_ACCOUNTS

Line 82: from iem_mstemail_accounts where email_account_id = p_email_account_id ;

78:
79: --select user_name, user_password, encrypt_key, in_host, in_port
80: select user_name, in_host, in_port
81: into l_user_name, l_in_host, l_in_port
82: from iem_mstemail_accounts where email_account_id = p_email_account_id ;
83:
84: l_decrypted_pwd := fnd_vault.get('IEM', p_email_account_id );
85: /*
86: