DBA Data[Home] [Help]

APPS.OKL_SERVICE_INTEGRATION_PVT dependencies on CSI_TXN_TYPES

Line 4255: from CSI_TXN_TYPES

4251: --Following cursor assumes that a transaction type called
4252: --'OKL_BOOK' will be seeded in IB
4253: Cursor okl_trx_type_csr(p_transaction_type IN VARCHAR2)is
4254: select transaction_type_id
4255: from CSI_TXN_TYPES
4256: where source_transaction_type = p_transaction_type;
4257: l_trx_type_id NUMBER;
4258: Begin
4259: open okl_trx_type_csr(p_transaction_type);