DBA Data[Home] [Help]

APPS.IEM_INBE_PVT dependencies on IEM_MSTEMAIL_ACCOUNTS

Line 21: from iem_mstemail_accounts a,iem_agents c

17: l_bind_list IEU_PUB.BindVariableRecordList;
18:
19: CURSOR c_inb_nodes_1 IS
20: select a.from_name, a.email_account_id, c.resource_id
21: from iem_mstemail_accounts a,iem_agents c
22: where a.email_account_id=c.email_account_id
23: and c.resource_id=p_resource_id
24: group by a.from_name,a.email_account_id,c.resource_id
25: order by 1;