DBA Data[Home] [Help]

APPS.FND_OID_USERS dependencies on HZ_CONTACT_POINTS

Line 277: p_owner_table_name => G_HZ_CONTACT_POINTS,

273:
274: fnd_oid_users.create_orig_system_reference(
275: p_ldap_message => p_ldap_message,
276: p_tag => p_contact_point_purpose,
277: p_owner_table_name => G_HZ_CONTACT_POINTS,
278: p_owner_table_id => x_contact_point_id,
279: p_status => G_ACTIVE,
280: x_return_status => x_return_status);
281:

Line 371: p_owner_table_name => G_HZ_CONTACT_POINTS,

367:
368: fnd_oid_users.create_orig_system_reference(
369: p_ldap_message => p_ldap_message,
370: p_tag => G_EMAIL,
371: p_owner_table_name => G_HZ_CONTACT_POINTS,
372: p_owner_table_id => x_contact_point_id,
373: p_status => G_ACTIVE,
374: x_return_status => x_return_status);
375:

Line 790: from hz_contact_points

786: then
787:
788: select object_version_number
789: into l_object_version_number
790: from hz_contact_points
791: where contact_point_id = x_contact_point_rec.contact_point_id;
792:
793:
794: if (p_contact_point_purpose = G_BUSINESS)

Line 901: from hz_contact_points

897: then
898:
899: select object_version_number
900: into l_object_version_number
901: from hz_contact_points
902: where contact_point_id = x_contact_point_rec.contact_point_id;
903:
904: p_email_rec.email_address := p_ldap_message.mail;
905:

Line 1250: p_owner_table_name => G_HZ_CONTACT_POINTS,

1246: end if;
1247: hz_orig_system_ref_pub.get_owner_table_id(
1248: p_orig_system => G_FND_OID_SYNCH,
1249: p_orig_system_reference => l_orig_system_reference,
1250: p_owner_table_name => G_HZ_CONTACT_POINTS,
1251: x_owner_table_id => l_owner_table_id,
1252: x_return_status => x_return_status);
1253:
1254: if (x_return_status <> fnd_api.G_RET_STS_SUCCESS)