DBA Data[Home] [Help]

APPS.IEM_ACQ_PVT dependencies on IEM_AGENTS

Line 22: from iem_mstemail_accounts a,iem_agents b

18:
19:
20: CURSOR c_inb_nodes_1 IS
21: select a.from_name,b.resource_id,b.email_account_id
22: from iem_mstemail_accounts a,iem_agents b
23: where a.email_account_id=b.email_account_id
24: and b.resource_id=p_resource_id
25: order by 1;
26: