DBA Data[Home] [Help]

APPS.OKL_LA_VALIDATION_UTIL_PVT dependencies on OKL_LA_CURRENCIES_UV

Line 7267: from okl_la_currencies_uv

7263: and cust_acc_number = p_customer_acc_name;
7264:
7265: cursor l_currency_csr is
7266: select CURRENCY_CODE
7267: from okl_la_currencies_uv
7268: where CURRENCY_CODE = p_currency_code;
7269:
7270:
7271: row_cnt number;