DBA Data[Home] [Help]

APPS.OKL_DEAL_CREATE_PUB dependencies on OKX_CUST_SITE_USES_V

Line 8133: FROM okx_cust_site_uses_v cust_site

8129: AND rgp.chr_id = p_durv_rec.chr_id;
8130:
8131: CURSOR l_legal_address_csr(p_cust_id1 VARCHAR2) IS
8132: SELECT cust_site.description
8133: FROM okx_cust_site_uses_v cust_site
8134: WHERE cust_site.party_id = p_cust_id1
8135: AND cust_site.site_use_code = 'LEGAL';
8136:
8137: CURSOR l_product_csr(product_id NUMBER) IS