DBA Data[Home] [Help]

APPS.IEM_MIGRATION_PVT dependencies on IEM_MSTEMAIL_ACCOUNTS_S1

Line 1798: select iem_mstemail_accounts_s1.nextval into l_val from dual;

1794: where deleted_flag is null; -- So that can be re runnable..
1795: -- Reset the Sequence to have highest email account id id
1796: select nvl(max(email_account_id),0) into l_max_id from iem_mstemail_accounts;
1797: LOOP
1798: select iem_mstemail_accounts_s1.nextval into l_val from dual;
1799: exit when l_val>l_max_id;
1800: END LOOP;
1801:
1802: -- Reset the Sequence to have highest agent id