DBA Data[Home] [Help]

APPS.GMD_COMMON_VAL dependencies on HZ_LOCATIONS

Line 111: hz_locations loc

107: hz_cust_accounts cust_acct,
108: hz_cust_acct_sites_all acct_site,
109: hz_cust_site_uses_all site,
110: hz_party_sites party_site,
111: hz_locations loc
112: WHERE acct_site.cust_account_id=cust_acct.cust_account_id
113: and cust_acct.party_id=party.party_id
114: and site.site_use_code='SHIP_TO'
115: and site.cust_acct_site_id=acct_site.cust_acct_site_id

Line 186: hz_locations loc

182: hz_cust_accounts cust_acct,
183: hz_cust_acct_sites_all acct_site,
184: hz_cust_site_uses_all site,
185: hz_party_sites party_site,
186: hz_locations loc
187: where acct_site.cust_account_id=cust_acct.cust_account_id
188: and cust_acct.party_id=party.party_id
189: and site.site_use_code='SHIP_TO'
190: and site.cust_acct_site_id=acct_site.cust_acct_site_id

Line 204: hz_locations loc

200: hz_cust_accounts cust_acct,
201: hz_cust_acct_sites_all acct_site,
202: hz_cust_site_uses_all site,
203: hz_party_sites party_site,
204: hz_locations loc
205: where acct_site.cust_account_id=cust_acct.cust_account_id
206: and cust_acct.party_id=party.party_id
207: and site.site_use_code='SHIP_TO'
208: and site.cust_acct_site_id=acct_site.cust_acct_site_id

Line 223: hz_locations loc

219: hz_cust_accounts cust_acct,
220: hz_cust_acct_sites_all acct_site,
221: hz_cust_site_uses_all site,
222: hz_party_sites party_site,
223: hz_locations loc
224: where acct_site.cust_account_id=cust_acct.cust_account_id
225: and cust_acct.party_id=party.party_id
226: and site.site_use_code='SHIP_TO'
227: and site.cust_acct_site_id=acct_site.cust_acct_site_id