DBA Data[Home] [Help]

APPS.OKL_INTEREST_CALC_PVT dependencies on OKL_K_HEADERS_FULL_V

Line 98: FROM OKL_K_HEADERS_FULL_V

94:
95: -- cursor to get scs_code
96: CURSOR scs_code_csr IS
97: SELECT scs_code
98: FROM OKL_K_HEADERS_FULL_V
99: WHERE id = p_khr_id;
100:
101:
102: --commented as a part of user defined streams change - kmotepal