DBA Data[Home] [Help]

APPS.JAI_GENERAL_PKG dependencies on HZ_CUST_SITE_USES_ALL

Line 669: FROM hz_cust_site_uses_all A -- Removed ra_site_uses_all for Bug# 4434287

665:
666: CURSOR address_cur( p_party_site_id IN NUMBER )
667: IS
668: SELECT NVL(cust_acct_site_id, 0) address_id
669: FROM hz_cust_site_uses_all A -- Removed ra_site_uses_all for Bug# 4434287
670: WHERE A.site_use_id = NVL(p_party_site_id,0);
671:
672: /* Coomented the following for bug#8574874, start
673: Get the assessable Value based on the Customer Id, Address Id, inventory_item_id, uom code, ,Ordered date.