DBA Data[Home] [Help]

APPS.IEM_EMAIL_PROC_PVT dependencies on IEM_ACCOUNT_INTENTS

Line 4713: from iem_intent_dtls a,iem_account_intents b

4709: l_theme_buf IEM_TEXT_PVT.theme_tAble;
4710: l_token_buf IEM_TEXT_PVT.token_table;
4711: cursor c1 is
4712: SELECT a.intent_id, a.keyword,a.weight
4713: from iem_intent_dtls a,iem_account_intents b
4714: WHERE b.email_account_id=l_email_account_id
4715: AND a.intent_id=b.intent_id
4716: AND QUERY_RESPONSE='Q'
4717: and weight>0