DBA Data[Home] [Help]

APPS.OKL_BTCH_CASH_SUMRY_PVT dependencies on OKL_TRX_CSH_BATCH_V

Line 78: FROM OKL_TRX_CSH_BATCH_V btc

74:
75: -- get the batch status.
76: CURSOR get_btch_stat (cp_btc_id IN NUMBER) IS
77: SELECT btc.trx_status_code
78: FROM OKL_TRX_CSH_BATCH_V btc
79: WHERE btc.id = cp_btc_id;
80:
81: -------------------
82: -- get the rct_id's ready for deletion.