DBA Data[Home] [Help]

APPS.FND_OID_USERS dependencies on HZ_PARTIES

Line 156: p_owner_table_name => G_HZ_PARTIES,

152:
153: fnd_oid_users.create_orig_system_reference(
154: p_ldap_message => p_ldap_message,
155: p_tag => G_PERSON,
156: p_owner_table_name => G_HZ_PARTIES,
157: p_owner_table_id => x_party_id,
158: p_status => G_ACTIVE,
159: x_return_status => x_return_status);
160:

Line 702: from hz_parties where party_id = x_person_rec.party_rec.party_id;

698: end if;
699:
700: select object_version_number
701: into l_object_version_number
702: from hz_parties where party_id = x_person_rec.party_rec.party_id;
703:
704: hz_party_v2pub.update_person(
705: p_init_msg_list => fnd_api.G_TRUE
706: , p_person_rec => x_person_rec

Line 1138: , p_owner_table_name => G_HZ_PARTIES

1134: x_reference => l_orig_system_reference);
1135: hz_orig_system_ref_pub.get_owner_table_id(
1136: p_orig_system => G_FND_OID_SYNCH
1137: , p_orig_system_reference => l_orig_system_reference
1138: , p_owner_table_name => G_HZ_PARTIES
1139: , x_owner_table_id => l_owner_table_id
1140: , x_return_status => x_return_status);
1141:
1142: if (x_return_status <> fnd_api.G_RET_STS_SUCCESS)

Line 1224: x_contact_point_rec.owner_table_name := G_HZ_PARTIES;

1220: if (p_contact_point_type = G_PHONE)
1221: then
1222: x_contact_point_rec.contact_point_purpose := p_contact_point_purpose;
1223: end if;
1224: x_contact_point_rec.owner_table_name := G_HZ_PARTIES;
1225: x_contact_point_rec.created_by_module := G_FND_OID_SYNCH;
1226: x_contact_point_rec.status := G_ACTIVE;
1227:
1228: elsif (p_action_type = G_UPDATE)