DBA Data[Home] [Help]

APPS.INL_SHIPMENT_PVT dependencies on HZ_LOCATIONS

Line 2767: hz_locations hl

2763: BEGIN
2764: SELECT hps.party_site_id
2765: INTO l_party_site_id
2766: FROM hz_party_sites hps,
2767: hz_locations hl
2768: WHERE hps.location_id = hl.location_id
2769: AND hps.party_site_id = p_party_site_id
2770: AND ((p_third_parties_allowed = 1
2771: AND hl.country = p_taxation_country )