DBA Data[Home] [Help]

APPS.OKL_BPD_CAP_PURPOSE_PVT dependencies on OKL_TRX_CSH_RECEIPT_B

Line 69: FROM OKL_TRX_CSH_RECEIPT_B int--,

65: -- cursor to fetch the receipt id.
66: CURSOR c_get_int_recpt_id (cp_receipt_id IN l_strm_rec.receipt_id%TYPE)
67: IS
68: SELECT int.id
69: FROM OKL_TRX_CSH_RECEIPT_B int--,
70: -- OKL_EXT_CSH_RCPTS_B ext
71: -- WHERE int.id = ext.RCT_ID
72: -- and ext.ID = cp_receipt_id;
73: WHERE int.cash_receipt_id = cp_receipt_id;