DBA Data[Home] [Help]

APPS.IEM_KB_RESULTS_PVT dependencies on IEM_MSTEMAIL_ACCOUNTS

Line 71: Select count(*) into l_grp_cnt from iem_mstemail_accounts

67: SELECT IEM_KB_RESULTS_s1.nextval
68: INTO l_seq_id
69: FROM dual;
70:
71: Select count(*) into l_grp_cnt from iem_mstemail_accounts
72: where email_account_id=p_email_account_id
73: and rownum=1;
74: IF l_grp_cnt = 0 then
75: FND_MESSAGE.SET_NAME('IEM','IEM_NON_EXISTENT_EMAIL_ACCT_ID');