DBA Data[Home] [Help]

APPS.OKL_SUBSIDY_PROCESS_PVT dependencies on OKL_STRM_TYPE_V

Line 872: from okl_strm_type_v

868: l_sty_id NUMBER;
869:
870: Cursor c_sty IS
871: Select id
872: from okl_strm_type_v
873: --BUG# 4181025
874: --where name = 'RENT';
875: where stream_type_purpose = 'RENT';
876: