DBA Data[Home] [Help]

APPS.JTF_EC_CONTACTS_PVT dependencies on JTF_EC_UTIL

Line 62: if jtf_ec_util.Contact_Duplicated(p_contact_id,

58: fnd_msg_pub.initialize;
59: END IF;
60:
61: --bug 2252635
62: if jtf_ec_util.Contact_Duplicated(p_contact_id,
63: p_contact_type_code,
64: p_escalation_id) = TRUE then
65:
66: fnd_message.set_name('JTF', 'JTF_API_ALL_DUPLICATE_VALUE');