DBA Data[Home] [Help]

APPS.OKL_LA_VALIDATION_UTIL_PVT dependencies on OKL_LA_CURRENCIES_UV

Line 7251: from okl_la_currencies_uv

7247: and cust_acc_number = p_customer_acc_name;
7248:
7249: cursor l_currency_csr is
7250: select CURRENCY_CODE
7251: from okl_la_currencies_uv
7252: where CURRENCY_CODE = p_currency_code;
7253:
7254:
7255: row_cnt number;