DBA Data[Home] [Help]

APPS.OKL_CREATE_ADJST_PVT dependencies on OKL_TRX_TYPES_TL

Line 540: FROM okl_trx_types_tl t

536:
537: -- Get transaction id for 'Adjustments' trx type
538: CURSOR c_try_id (cp_try_name IN VARCHAR2) IS
539: SELECT id
540: FROM okl_trx_types_tl t
541: WHERE UPPER (t.name)= UPPER (cp_try_name);
542:
543: ------------------------------
544: -- 19-Sep-05 varao bug 4505226 End