DBA Data[Home] [Help]

APPS.OKL_INTEREST_CALC_PVT dependencies on OKL_K_HEADERS_FULL_V

Line 104: FROM OKL_K_HEADERS_FULL_V

100:
101: -- cursor to get scs_code
102: CURSOR scs_code_csr IS
103: SELECT scs_code
104: FROM OKL_K_HEADERS_FULL_V
105: WHERE id = p_khr_id;
106:
107:
108: --commented as a part of user defined streams change - kmotepal