DBA Data[Home] [Help]

APPS.OKL_SPLIT_ASSET_PVT dependencies on CSI_TXN_TYPES

Line 12907: FROM CSI_TXN_TYPES

12903: --Following cursor assumes that a transaction type called
12904: --'OKL_BOOK' will be seeded in IB
12905: CURSOR okl_trx_type_csr(p_transaction_type IN VARCHAR2)IS
12906: SELECT transaction_type_id
12907: FROM CSI_TXN_TYPES
12908: WHERE source_transaction_type = p_transaction_type;
12909: l_trx_type_id NUMBER;
12910: BEGIN
12911: OPEN okl_trx_type_csr(p_transaction_type);