DBA Data[Home] [Help]

APPS.OKL_LA_VALIDATION_UTIL_PVT dependencies on OKX_CUSTOMER_ACCOUNTS_V

Line 7224: from okx_customer_accounts_v ca, okx_parties_v p

7220: l_currency_code fnd_currencies_vl.currency_code%type := null;
7221:
7222: cursor l_chk_cust_acc_csr(p_cust_acc_id1 VARCHAR2, p_name VARCHAR2) is
7223: select ca.id1
7224: from okx_customer_accounts_v ca, okx_parties_v p
7225: where p.id1 = ca.party_id
7226: and ca.description = p_cust_acc_id1
7227: and p.name = p_name;
7228: