DBA Data[Home] [Help]

APPS.IEM_QUEUE_MANAGEMENT_PVT dependencies on HZ_PARTIES

Line 9: customer_name hz_parties.party_name%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_agents.agent_id%type,
13: group_name jtf_rs_groups_tl.group_name%type,

Line 25: customer_name hz_parties.party_name%type,

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