DBA Data[Home] [Help]

APPS.OZF_LOCATION_PVT dependencies on OZF_ACCOUNT_ALLOCATIONS

Line 246: l_cust_site_use_code ozf_account_allocations.site_use_code%TYPE;

242: loc.location_id = c_location_id
243: AND loc.country = terr.territory_code(+);
244:
245: locations_rec locations%rowtype;
246: l_cust_site_use_code ozf_account_allocations.site_use_code%TYPE;
247:
248: BEGIN
249: OPEN locations (p_location_id);
250: FETCH locations into locations_rec;