DBA Data[Home] [Help]

APPS.OKL_AM_UTIL_PVT dependencies on OKL_TRX_ASSETS

Line 5097: FROM Okl_trx_Assets trx,

5093: p_top_line_id IN NUMBER) RETURN NUMBER IS
5094:
5095: CURSOR get_trx_id_csr (cp_top_line_id IN NUMBER) IS
5096: SELECT trx.Id
5097: FROM Okl_trx_Assets trx,
5098: Okl_txl_Itm_Insts txl,
5099: Okl_trx_Types_v Try
5100: WHERE trx.Id = txl.tAs_Id
5101: AND trx.Try_Id = Try.Id