DBA Data[Home] [Help]

APPS.OE_BULK_VALUE_TO_ID dependencies on HZ_PARTY_SITES

Line 67: hz_party_sites site,

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
71: site_use.cust_acct_site_id=acct_site.cust_acct_site_id

Line 97: hz_party_sites site,

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
101: AND nvl( loc.ADDRESS2, fnd_api.g_miss_char) =

Line 953: HZ_PARTY_SITES PARTY_SITE,

949: DECODE(SITE.SITE_USE_ID,null,'Y',null),
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: