DBA Data[Home] [Help]

APPS.CSP_PART_SEARCH_PVT dependencies on FND_TERRITORIES_TL

Line 1082: from hz_locations hl, fnd_territories_tl ftt

1078: cursor c_address is
1079: select hl.address1,hl.address2,hl.address3,hl.address4,
1080: hl.city,hl.postal_code,hl.state,ftt.territory_short_name,
1081: hl.province,hl.county
1082: from hz_locations hl, fnd_territories_tl ftt
1083: where hl.location_id = l_to_hz_location_id
1084: and ftt.territory_code = hl.country
1085: and ftt.language = 'US';
1086: