DBA Data[Home] [Help]

APPS.OKL_LA_STREAM_PVT dependencies on OKL_TRX_TYPES_V

Line 82: CURSOR Transaction_Type_csr (p_transaction_type IN okl_trx_types_v.name%TYPE)

78: AND trns.object1_id1 = books.book_type_code
79: AND books.book_type_code = Book
80: AND trns.sgn_code = 'STMP';
81: -- Get the transaction types
82: CURSOR Transaction_Type_csr (p_transaction_type IN okl_trx_types_v.name%TYPE)
83: IS
84: SELECT id trx_try_id
85: FROM okl_trx_types_tl
86: WHERE NAME = p_transaction_type