DBA Data[Home] [Help]

APPS.IEM_MIGRATION_PVT dependencies on IEM_ACCOUNT_ROUTE_CLASS

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

17: and b.is_admin='A'
18: and upper(a.email_user)<>'INTENT';
19: l_email_account_id number;
20: cursor c_folder is
21: select name||','||a.route_classification_id name from iem_route_classifications a,iem_account_route_class b
22: where a.route_classification_id=b.route_classification_id
23: and b.email_account_id=l_email_account_id
24: union
25: select 'Inbox' from dual