DBA Data[Home] [Help]

APPS.OKL_STREAM_GENERATOR_PVT dependencies on OKL_SGN_TRANSLATIONS

Line 4085: from okl_sgn_translations

4081: l_prog_name CONSTANT VARCHAR2(61) := G_PKG_NAME||'.'||'gen_non_cash_flows';
4082:
4083: Cursor c_subsidy_strm ( styId NUMBER ) IS
4084: Select to_number(Value)
4085: from okl_sgn_translations
4086: where jtot_object1_code = 'OKL_STRMTYP'
4087: and object1_id1 = to_char( styId );
4088:
4089: Cursor c_strm_name ( styId NUMBER ) IS