DBA Data[Home] [Help]

APPS.OKL_CURE_RECON_PVT dependencies on OKL_TRX_QUOTES_B

Line 1556: from okl_cure_amounts cam, okl_trx_quotes_b qte

1552: || l_api_name;
1553:
1554: cursor c_get_qte_id ( p_cam_id IN NUMBER ) is
1555: select cam.qte_id,qte.date_effective_to
1556: from okl_cure_amounts cam, okl_trx_quotes_b qte
1557: where cam.cure_amount_id =p_cam_id
1558: and qte.id =cam.qte_id;
1559:
1560: lp_term_rec OKL_AM_TERMNT_QUOTE_PUB.term_rec_type;