DBA Data[Home] [Help]

APPS.AR_DEPOSIT_LIB_PVT dependencies on HZ_LOCATIONS

Line 275: hz_locations loc,

271: select su.primary_salesrep_id
272: into l_default_srep_id_1
273: from hz_cust_acct_sites acct_site,
274: hz_party_sites party_site,
275: hz_locations loc,
276: hz_cust_site_uses su,
277: fnd_territories_vl t
278: where acct_site.cust_acct_site_id = su.cust_acct_site_id
279: and acct_site.party_site_id = party_site.party_site_id

Line 1450: l_match_state hz_locations.state%type;

1446: l_remit_to_address_rec ARP_TRX_DEFAULTS_3.address_rec_type;
1447: l_dft_remit_to_address_rec ARP_TRX_DEFAULTS_3.address_rec_type;
1448: l_dft_remit_to_address_id NUMBER ;
1449: l_remit_to_address_id NUMBER;
1450: l_match_state hz_locations.state%type;
1451: l_match_country hz_locations.country%type;
1452: l_match_postal_code hz_locations.postal_code%type;
1453: l_match_address_id NUMBER :=NULL;
1454: l_match_site_use_id NUMBER :=NULL;

Line 1451: l_match_country hz_locations.country%type;

1447: l_dft_remit_to_address_rec ARP_TRX_DEFAULTS_3.address_rec_type;
1448: l_dft_remit_to_address_id NUMBER ;
1449: l_remit_to_address_id NUMBER;
1450: l_match_state hz_locations.state%type;
1451: l_match_country hz_locations.country%type;
1452: l_match_postal_code hz_locations.postal_code%type;
1453: l_match_address_id NUMBER :=NULL;
1454: l_match_site_use_id NUMBER :=NULL;
1455: l_pay_unrelated_invoices_flag

Line 1452: l_match_postal_code hz_locations.postal_code%type;

1448: l_dft_remit_to_address_id NUMBER ;
1449: l_remit_to_address_id NUMBER;
1450: l_match_state hz_locations.state%type;
1451: l_match_country hz_locations.country%type;
1452: l_match_postal_code hz_locations.postal_code%type;
1453: l_match_address_id NUMBER :=NULL;
1454: l_match_site_use_id NUMBER :=NULL;
1455: l_pay_unrelated_invoices_flag
1456: ar_system_parameters.pay_unrelated_invoices_flag%type;

Line 1954: hz_locations loc,

1950: select su.location
1951: into l_dft_bill_to_location
1952: from hz_cust_acct_sites acct_site,
1953: hz_party_sites party_site,
1954: hz_locations loc,
1955: hz_cust_site_uses su,
1956: fnd_territories_vl t
1957: where acct_site.cust_acct_site_id = su.cust_acct_site_id
1958: and acct_site.party_site_id = party_site.party_site_id

Line 1995: hz_locations loc,

1991: select su.location
1992: into l_dft_ship_to_location
1993: from hz_cust_acct_sites acct_site,
1994: hz_party_sites party_site,
1995: hz_locations loc,
1996: hz_cust_site_uses su,
1997: fnd_territories_vl t
1998: where acct_site.cust_acct_site_id = su.cust_acct_site_id
1999: and acct_site.party_site_id = party_site.party_site_id

Line 2605: hz_locations loc,

2601: select su.site_use_id
2602: into x_paying_customer_site_use_id
2603: from hz_cust_acct_sites acct_site,
2604: hz_party_sites party_site,
2605: hz_locations loc,
2606: hz_cust_site_uses su,
2607: fnd_territories_vl t
2608: where acct_site.cust_acct_site_id = su.cust_acct_site_id
2609: and acct_site.party_site_id = party_site.party_site_id