DBA Data[Home] [Help]

APPS.IEM_KNOWLEDGEBASE_PUB dependencies on IEM_ACTION_DTLS

Line 436: cursor c1 is select parameter1, parameter2 from iem_actions a, iem_action_dtls b

432: WHERE (a.EMAIL_ACCOUNT_ID = p_EMAIL_ACCOUNT_ID)
433: AND (a.MESSAGE_ID = p_MESSAGE_ID)
434: AND a.classification_id = p_CLASSIFICATION_ID
435: order by 2 desc,1 desc;
436: cursor c1 is select parameter1, parameter2 from iem_actions a, iem_action_dtls b
437: where a.emailproc_id=l_rule_id and a.action_id=b.action_id ;
438: l_doc_counter number;
439: BEGIN
440: -- Standard Start of API savepoint