DBA Data[Home] [Help]

APPS.IEM_KB_RESULTS_PVT dependencies on FND_MESSAGE

Line 75: FND_MESSAGE.SET_NAME('IEM','IEM_NON_EXISTENT_EMAIL_ACCT_ID');

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');
76: APP_EXCEPTION.RAISE_EXCEPTION;
77: END IF;
78:
79: INSERT INTO IEM_KB_RESULTS