DBA Data[Home] [Help]

APPS.IEM_EMAIL_ICNTR_MAPS_PVT dependencies on FND_MESSAGE

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

59: SELECT count(*) INTO l_grp_cnt FROM IEM_EMAIL_ACCOUNTS
60: WHERE EMAIL_ACCOUNT_ID=p_email_account_id
61: and rownum=1;
62: IF l_grp_cnt = 0 then
63: FND_MESSAGE.SET_NAME('IEM','IEM_NON_EXISTENT_EMAIL_ACCT_ID');
64: APP_EXCEPTION.RAISE_EXCEPTION;
65: END IF;
66: end if;
67: SELECT iem_email_icntr_maps_s1.nextval

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

303: SELECT count(*) INTO l_grp_cnt FROM IEM_EMAIL_ACCOUNTS
304: WHERE EMAIL_ACCOUNT_ID=p_email_account_id
305: and rownum=1;
306: IF l_grp_cnt = 0 then
307: FND_MESSAGE.SET_NAME('IEM','IEM_NON_EXISTENT_EMAIL_ACCT_ID');
308: APP_EXCEPTION.RAISE_EXCEPTION;
309: END IF;
310: end if;
311: if p_email_icntr_map_id is null then