DBA Data[Home] [Help]

APPS.OZF_NET_ACCRUAL_ENGINE_PVT dependencies on HZ_LOCATIONS

Line 1704: hz_locations hzloc,

1700: CURSOR c_country_code(p_site_use_id NUMBER) IS
1701: SELECT hzloc.country
1702: FROM hz_cust_site_uses_all hzcsua,
1703: hz_cust_acct_sites_all hzcasa,
1704: hz_locations hzloc,
1705: hz_party_sites hzps
1706: WHERE hzcsua.cust_acct_site_id = hzcasa.cust_acct_site_id
1707: AND hzcasa.party_site_id = hzps.party_site_id
1708: AND hzps.location_id = hzloc.location_id