DBA Data[Home] [Help]

APPS.OKL_REVERSAL_PVT dependencies on OKL_REPRESENTATIONS_V

Line 226: okl_representations_v rep

222: -- extended to get the representation based on tcn_id.. MG Uptake
223: CURSOR get_gl_short_name_csr(p_tcn_id NUMBER) IS
224: SELECT rep.representation_code
225: FROM okl_trx_contracts_all o,
226: okl_representations_v rep
227: WHERE o.set_of_books_id = rep.ledger_id
228: AND o.id = p_tcn_id;
229:
230: --Cursor to get the Account Derivation Option.. SLA Uptake