DBA Data[Home] [Help]

APPS.OKL_BILL_UPFRONT_TAX_PVT dependencies on OKC_K_HEADERS_V

Line 128: FROM okc_k_headers_v a,

124: CURSOR cur_address_billto(p_contract_id IN VARCHAR2) IS
125: SELECT a.cust_acct_id cust_account_id,
126: b.cust_acct_site_id,
127: c.standard_terms payment_term_id
128: FROM okc_k_headers_v a,
129: okx_cust_site_uses_v b,
130: hz_customer_profiles c
131: WHERE a.id = p_contract_id
132: AND a.bill_to_site_use_id = b.id1