DBA Data[Home] [Help]

APPS.OKL_QA_SECURITIZATION dependencies on OKL_STRM_TYPE_TL

Line 81: OKL_STRM_TYPE_TL tl

77: tl.description ALLOC_BASIS,
78: stm.capitalize_yn capitalize_yn,
79: stm.periodic_yn periodic_yn
80: FROM okl_strm_type_b stm,
81: OKL_STRM_TYPE_TL tl
82: WHERE tl.id = stm.id
83: and tl.language = 'US'
84: and stm.id = styid;
85: