DBA Data[Home] [Help]

APPS.OKL_INTERNAL_TO_EXTERNAL dependencies on OKC_K_HEADERS_V

Line 730: FROM okc_k_headers_v a,

726: CURSOR cur_address_billto(p_contract_id IN VARCHAR2) IS
727: SELECT a.cust_acct_id cust_account_id,
728: b.cust_acct_site_id,
729: c.standard_terms payment_term_id
730: FROM okc_k_headers_v a,
731: okx_cust_site_uses_v b,
732: hz_customer_profiles c
733: WHERE a.id = p_contract_id
734: AND a.bill_to_site_use_id = b.id1