DBA Data[Home] [Help]

APPS.OKL_LA_VALIDATION_UTIL_PVT dependencies on OKX_CUSTOMER_ACCOUNTS_V

Line 7208: from okx_customer_accounts_v ca, okx_parties_v p

7204: l_currency_code fnd_currencies_vl.currency_code%type := null;
7205:
7206: cursor l_chk_cust_acc_csr(p_cust_acc_id1 VARCHAR2, p_name VARCHAR2) is
7207: select ca.id1
7208: from okx_customer_accounts_v ca, okx_parties_v p
7209: where p.id1 = ca.party_id
7210: and ca.description = p_cust_acc_id1
7211: and p.name = p_name;
7212: