DBA Data[Home] [Help]

APPS.OKL_EQUIPMENT_EXCHANGE_PVT dependencies on CS_TRANSACTION_TYPES_V

Line 495: from CS_TRANSACTION_TYPES_V

491: --Following cursor assumes that a transaction type called
492: --'OKL LINE ACTIVATION' and 'OKL SPLIT ASSET' will be seeded in IB
493: Cursor okl_trx_type_curs(p_transaction_type IN VARCHAR2)is
494: select transaction_type_id
495: from CS_TRANSACTION_TYPES_V
496: where Name = p_transaction_type;
497: l_trx_type_id NUMBER;
498: Begin
499: open okl_trx_type_curs(p_transaction_type);