DBA Data[Home] [Help]

APPS.IEM_EMAIL_CATEGORY_MAPS_PVT dependencies on FND_MESSAGE

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

61: Select count(*) into l_cnt from iem_email_accounts
62: where email_account_id=p_email_account_id
63: and rownum=1;
64: IF l_cnt = 0 then
65: FND_MESSAGE.SET_NAME('IEM','IEM_NON_EXISTENT_EMAIL_ACCT_ID');
66: APP_EXCEPTION.RAISE_EXCEPTION;
67: END IF;
68:
69: /*Check For Existing KB Category Id */

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

71: Select count(*) into l_cnt from iem_kb_categories
72: where kb_category_id=p_kb_category_id
73: and rownum=1;
74: IF l_cnt = 0 then
75: FND_MESSAGE.SET_NAME('IEM','IEM_NON_EXISTENT_KB_CAT_ID');
76: APP_EXCEPTION.RAISE_EXCEPTION;
77: END IF;
78: INSERT INTO iem_email_category_maps
79: (