DBA Data[Home] [Help]

APPS.OKL_SPLIT_ASSET_PVT dependencies on CSI_TXN_TYPES

Line 12854: FROM CSI_TXN_TYPES

12850: --Following cursor assumes that a transaction type called
12851: --'OKL_BOOK' will be seeded in IB
12852: CURSOR okl_trx_type_csr(p_transaction_type IN VARCHAR2)IS
12853: SELECT transaction_type_id
12854: FROM CSI_TXN_TYPES
12855: WHERE source_transaction_type = p_transaction_type;
12856: l_trx_type_id NUMBER;
12857: BEGIN
12858: OPEN okl_trx_type_csr(p_transaction_type);