DBA Data[Home] [Help]

APPS.ARH_ADDR_PKG dependencies on HZ_CUST_SITE_USES_ALL

Line 2179: from hz_cust_site_uses_all

2175: --
2176: --{BUG#4037614 the tables accessed need to be all on site uses
2177: cursor ship_to_site is
2178: select site_use_id
2179: from hz_cust_site_uses_all
2180: where cust_acct_site_id = p_address_id
2181: and site_use_code = 'SHIP_TO';
2182: --
2183: cursor bill_to_site is

Line 2185: from hz_cust_site_uses_all

2181: and site_use_code = 'SHIP_TO';
2182: --
2183: cursor bill_to_site is
2184: select site_use_id
2185: from hz_cust_site_uses_all
2186: where cust_acct_site_id = p_address_id
2187: and site_use_code = 'BILL_TO';
2188: BEGIN
2189: