DBA Data[Home] [Help]

APPS.OKL_EVERGREEN_BILLING_PVT dependencies on HZ_CUST_ACCOUNTS

Line 70: hz_cust_accounts hca

66: FROM okl_k_headers oklh,
67: okc_k_headers_b okch,
68: okc_statuses_b khs,
69: okl_streams stm,
70: hz_cust_accounts hca
71: WHERE oklh.id = okch.id
72: AND okch.contract_number = NVL (p_contract_number, okch.contract_number)
73: AND okch.cust_acct_id = hca.cust_account_id
74: AND hca.status = 'A'