DBA Data[Home] [Help]

APPS.OKL_TBC_PVT dependencies on OKL_TRX_TYPES_TL

Line 2248: from okl_trx_types_tl

2244: WHERE classification_code = p_lookup_code;
2245:
2246: CURSOR get_try_name(cp_try_id IN VARCHAR2) IS
2247: select NAME
2248: from okl_trx_types_tl
2249: where ID = cp_try_id
2250: AND language = 'US';
2251:
2252: