DBA Data[Home] [Help]

APPS.HZ_PARTY_SITE_BO_PUB dependencies on HZ_LOCATION_BO_PUB

Line 242: HZ_LOCATION_BO_PUB.assign_location_rec(

238: fnd_msg_pub.add;
239: RAISE FND_API.G_EXC_ERROR;
240: END IF;
241:
242: HZ_LOCATION_BO_PUB.assign_location_rec(
243: p_location_obj => p_party_site_obj.location_obj,
244: p_loc_os => p_party_site_obj.location_obj.orig_system,
245: p_loc_osr => p_party_site_obj.location_obj.orig_system_reference,
246: px_location_rec => l_location_rec

Line 852: HZ_LOCATION_BO_PUB.assign_location_rec(

848: ----------------------
849: -- If there is no change in location information, user won't pass in
850: -- location object. Therefore, don't do anything
851: IF(p_party_site_obj.location_obj IS NOT NULL) THEN
852: HZ_LOCATION_BO_PUB.assign_location_rec(
853: p_location_obj => p_party_site_obj.location_obj,
854: p_loc_os => p_party_site_obj.location_obj.orig_system,
855: p_loc_osr => p_party_site_obj.location_obj.orig_system_reference,
856: p_create_or_update => 'U',