DBA Data[Home] [Help]

APPS.IEM_MIGRATION_PVT dependencies on IEM_ACCOUNT_ROUTE_CLASS

Line 16: select name||','||a.route_classification_id name from iem_route_classifications a,iem_account_route_class b

12: and b.is_admin='A'
13: and upper(a.email_user)<>'INTENT';
14: l_email_account_id number;
15: cursor c_folder is
16: select name||','||a.route_classification_id name from iem_route_classifications a,iem_account_route_class b
17: where a.route_classification_id=b.route_classification_id
18: and b.email_account_id=l_email_account_id
19: union
20: select 'Inbox' from dual