DBA Data[Home] [Help]

APPS.OKL_DEAL_CREATE_PUB dependencies on OKX_CUST_SITE_USES_V

Line 8142: FROM okx_cust_site_uses_v cust_site

8138: AND rgp.chr_id = p_durv_rec.chr_id;
8139:
8140: CURSOR l_legal_address_csr(p_cust_id1 VARCHAR2) IS
8141: SELECT cust_site.description
8142: FROM okx_cust_site_uses_v cust_site
8143: WHERE cust_site.party_id = p_cust_id1
8144: AND cust_site.site_use_code = 'LEGAL';
8145:
8146: CURSOR l_product_csr(product_id NUMBER) IS