DBA Data[Home] [Help]

APPS.IEM_EMAILPROC_HDL_PVT dependencies on IEM_MSTEMAIL_ACCOUNTS

Line 607: --Changed for 115.11 schema: iem_mstemail_accounts

603: FND_MESSAGE.SET_NAME('IEM','IEM_ADM_EMAILPROC_NOT_EXIST');
604: APP_EXCEPTION.RAISE_EXCEPTION;
605: END IF;
606:
607: --Changed for 115.11 schema: iem_mstemail_accounts
608: Select count(*) into l_acct_cnt from iem_mstemail_accounts
609: where email_account_id=p_email_account_id;
610:
611: IF l_acct_cnt = 0 then

Line 608: Select count(*) into l_acct_cnt from iem_mstemail_accounts

604: APP_EXCEPTION.RAISE_EXCEPTION;
605: END IF;
606:
607: --Changed for 115.11 schema: iem_mstemail_accounts
608: Select count(*) into l_acct_cnt from iem_mstemail_accounts
609: where email_account_id=p_email_account_id;
610:
611: IF l_acct_cnt = 0 then
612: FND_MESSAGE.SET_NAME('IEM','IEM_ADMIN_ACCOUNT_NOT_EXIST');