DBA Data[Home] [Help]

APPS.IEM_MIGRATION_PVT dependencies on IEM_THEMES

Line 1346: cursor c1 is select * from iem_themes where classification_id=l_intent_id

1342: select distinct a.classification_id,a.classification from
1343: iem_classifications a
1344: where a.email_account_id=l_email_account_id;
1345:
1346: cursor c1 is select * from iem_themes where classification_id=l_intent_id
1347: and score>0;
1348:
1349: l_template_profile number;
1350: l_sender_profile varchar2(100);