DBA Data[Home] [Help]

APPS.IEM_MIGRATION_PVT dependencies on IEM_CLASSIFICATIONS

Line 1527: iem_classifications a

1523: cursor c_agent is select * from iem_agent_Accounts where agent_account_id not in
1524: (select agent_id from iem_agents);
1525: cursor c_intent is
1526: select distinct a.classification_id,a.classification from
1527: iem_classifications a
1528: where a.email_account_id=l_email_account_id;
1529:
1530: cursor c1 is select * from iem_themes where classification_id=l_intent_id
1531: and score>0;