APPS.IEM_EMAIL_CATEGORY_MAPS_PVT dependencies on IEM_EMAIL_ACCOUNTS
Line 61: Select count(*) into l_cnt from iem_email_accounts
57: x_return_status := FND_API.G_RET_STS_SUCCESS;
58:
59: /*Check For Existing Email Account Id*/
60: 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');