DBA Data[Home] [Help]

APPS.FND_OID_USERS dependencies on HZ_PARTY_SITES

Line 547: p_owner_table_name => G_HZ_PARTY_SITES,

543:
544: fnd_oid_users.create_orig_system_reference(
545: p_ldap_message => p_ldap_message,
546: p_tag => G_LOCATION,
547: p_owner_table_name => G_HZ_PARTY_SITES,
548: p_owner_table_id => x_party_site_id,
549: p_status => G_ACTIVE,
550: x_return_status => x_return_status);
551:

Line 998: from hz_party_sites

994: then
995:
996: select location_id
997: into l_location_id
998: from hz_party_sites
999: where party_site_id = x_party_site_rec.party_site_id;
1000:
1001: if (l_location_id is not NULL) then
1002: select object_version_number

Line 1004: from hz_party_sites

1000:
1001: if (l_location_id is not NULL) then
1002: select object_version_number
1003: into l_object_version_number
1004: from hz_party_sites
1005: where party_site_id = x_party_site_rec.party_site_id;
1006:
1007:
1008: select object_version_number

Line 1433: , p_owner_table_name => G_HZ_PARTY_SITES

1429: x_reference => l_orig_system_reference);
1430: hz_orig_system_ref_pub.get_owner_table_id(
1431: p_orig_system => G_FND_OID_SYNCH
1432: , p_orig_system_reference => l_orig_system_reference
1433: , p_owner_table_name => G_HZ_PARTY_SITES
1434: , x_owner_table_id => l_owner_table_id
1435: , x_return_status => x_return_status);
1436:
1437: if (x_return_status <> fnd_api.G_RET_STS_SUCCESS)