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 1448: l_match_state hz_locations.state%type;

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

Line 1449: l_match_country hz_locations.country%type;

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

Line 1450: l_match_postal_code hz_locations.postal_code%type;

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

Line 1948: hz_locations loc,

1944: select su.location
1945: into l_dft_bill_to_location
1946: from hz_cust_acct_sites acct_site,
1947: hz_party_sites party_site,
1948: hz_locations loc,
1949: hz_cust_site_uses su,
1950: fnd_territories_vl t
1951: where acct_site.cust_acct_site_id = su.cust_acct_site_id
1952: and acct_site.party_site_id = party_site.party_site_id

Line 1982: hz_locations loc,

1978: select su.location
1979: into l_dft_ship_to_location
1980: from hz_cust_acct_sites acct_site,
1981: hz_party_sites party_site,
1982: hz_locations loc,
1983: hz_cust_site_uses su,
1984: fnd_territories_vl t
1985: where acct_site.cust_acct_site_id = su.cust_acct_site_id
1986: and acct_site.party_site_id = party_site.party_site_id

Line 2579: hz_locations loc,

2575: select su.site_use_id
2576: into x_paying_customer_site_use_id
2577: from hz_cust_acct_sites acct_site,
2578: hz_party_sites party_site,
2579: hz_locations loc,
2580: hz_cust_site_uses su,
2581: fnd_territories_vl t
2582: where acct_site.cust_acct_site_id = su.cust_acct_site_id
2583: and acct_site.party_site_id = party_site.party_site_id