DBA Data[Home] [Help]

APPS.OE_BULK_VALUE_TO_ID dependencies on HZ_LOCATIONS

Line 66: FROM hz_locations loc,

62:
63: -- cursor to get the site_id for end_customer
64: CURSOR c_site_use_id(in_end_customer_id number,in_end_customer_site_use_code varchar2) IS
65: SELECT site_use.site_use_id
66: FROM hz_locations loc,
67: hz_party_sites site,
68: hz_cust_acct_sites acct_site,
69: hz_cust_site_uses site_use
70: WHERE

Line 96: FROM hz_locations loc,

92: and site_use.site_use_code = in_end_customer_site_use_code;
93:
94: CURSOR c_site_use_id2(in_end_customer_id number,in_end_customer_site_use_code varchar2) IS
95: SELECT site_use.site_use_id
96: FROM hz_locations loc,
97: hz_party_sites site,
98: hz_cust_acct_sites acct_site,
99: hz_cust_site_uses site_use
100: WHERE loc.ADDRESS1 = p_end_customer_site_address1

Line 954: HZ_LOCATIONS LOC,

950: DECODE(SITE.SITE_USE_ID,null,d.ATTRIBUTE_STATUS||'014',d.ATTRIBUTE_STATUS)
951:
952: FROM HZ_CUST_SITE_USES_ALL SITE,
953: HZ_PARTY_SITES PARTY_SITE,
954: HZ_LOCATIONS LOC,
955: HZ_CUST_ACCT_SITES_ALL ACCT_SITE,
956: OE_HEADERS_IFACE_ALL d
957:
958: WHERE SITE.SITE_USE_CODE ='SOLD_TO'