DBA Data[Home] [Help]

APPS.IEM_AGENT_INBOX_MGMT_PVT dependencies on IEM_ROUTE_CLASSIFICATIONS

Line 8: classification_name iem_route_classifications.name%type,

4: message_id iem_rt_proc_emails.message_id%type,
5: email_account_id iem_rt_proc_emails.email_account_id%type,
6: sender_name iem_rt_proc_emails.from_address%type,
7: subject iem_rt_proc_emails.subject%type,
8: classification_name iem_route_classifications.name%type,
9: customer_name hz_parties.party_name%type,
10: sent_date varchar2(500),
11: message_uid iem_rt_proc_emails.message_id%type,
12: agent_account_id iem_agent_accounts.agent_account_id%type,

Line 26: classification_name iem_route_classifications.name%type,

22: message_id iem_rt_proc_emails.message_id%type,
23: email_account_id iem_rt_proc_emails.email_account_id%type,
24: sender_name iem_rt_proc_emails.from_address%type,
25: subject iem_rt_proc_emails.subject%type,
26: classification_name iem_route_classifications.name%type,
27: customer_name hz_parties.party_name%type,
28: sent_date varchar2(500),
29: real_sent_date iem_rt_proc_emails.sent_date%type,
30: message_uid iem_rt_proc_emails.message_id%type,