DBA Data[Home] [Help]

APPS.OKL_SLA_ACC_SOURCES_PVT dependencies on OKL_TXL_ASSETS_TL

Line 505: FROM okl_txl_assets_tl txl_tl

501: -- Cursor to fetch the Transaction Line Description
502: CURSOR get_txl_line_desc_csr( p_txl_id NUMBER, p_ledger_lang VARCHAR2 )
503: IS
504: SELECT txl_tl.description trans_line_description
505: FROM okl_txl_assets_tl txl_tl
506: WHERE txl_tl.id = p_txl_id
507: AND txl_tl.language = p_ledger_lang;
508:
509: -- Cursor to fetch the Asset Year Manufactured