DBA Data[Home] [Help]

APPS.OKL_INTERNAL_BILLING_PVT dependencies on OKC_K_HEADERS_V

Line 319: FROM okc_k_headers_v a,

315: CURSOR cur_address_billto(p_contract_id IN VARCHAR2) IS
316: SELECT a.cust_acct_id cust_account_id,
317: b.cust_acct_site_id,
318: c.standard_terms payment_term_id
319: FROM okc_k_headers_v a,
320: okx_cust_site_uses_v b,
321: hz_customer_profiles c
322: WHERE a.id = p_contract_id
323: AND a.bill_to_site_use_id = b.id1