DBA Data[Home] [Help]

APPS.PA_PROJECT_REQUEST_PVT dependencies on FND_TERRITORIES_VL

Line 570: fnd_territories_vl ft

566: hz_parties p,
567: hz_party_sites s,
568: hz_cust_accounts a,
569: hz_locations lc,
570: fnd_territories_vl ft
571: WHERE r.cust_party_id = p.party_id(+)
572: AND r.cust_party_site_id = s.party_site_id(+)
573: AND r.cust_account_id = a.cust_account_id(+)
574: AND s.location_id =lc.location_id(+)