DBA Data[Home] [Help]

APPS.OKL_CREATE_ADJST_PVT dependencies on OKL_TRX_TYPES_TL

Line 853: FROM okl_trx_types_tl t

849:
850: -- Get transaction id for 'Adjustments' trx type
851: CURSOR c_try_id (cp_try_name IN VARCHAR2) IS
852: SELECT id
853: FROM okl_trx_types_tl t
854: WHERE UPPER (t.name)= UPPER (cp_try_name);
855:
856: ------------------------------
857: -- 19-Sep-05 varao bug 4505226 End