DBA Data[Home] [Help]

APPS.GMD_COMMON_VAL dependencies on HZ_PARTY_SITES

Line 110: hz_party_sites party_site,

106: FROM hz_parties party,
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'

Line 185: hz_party_sites party_site,

181: FROM hz_parties party,
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'

Line 203: hz_party_sites party_site,

199: FROM hz_parties party,
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'

Line 222: hz_party_sites party_site,

218: FROM hz_parties party,
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'