DBA Data[Home] [Help]

APPS.OKL_AM_UTIL_PVT dependencies on OKL_TXL_ITM_INSTS

Line 5098: Okl_txl_Itm_Insts txl,

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
5102: AND Try.NAME = 'Asset Relocation'