DBA Data[Home] [Help]

APPS.OKL_CURE_RECON_PVT dependencies on FND_CURRENCIES

Line 740: FROM fnd_currencies c,

736: -- Get currency attributes
737: CURSOR l_curr_csr(p_khr_id number) IS
738: SELECT c.minimum_accountable_unit,
739: c.PRECISION
740: FROM fnd_currencies c,
741: okl_trx_ar_invoices_b b
742: WHERE c.currency_code = b.currency_code
743: AND b.khr_id = p_khr_id;
744:

Line 745: l_min_acct_unit fnd_currencies.minimum_accountable_unit%TYPE;

741: okl_trx_ar_invoices_b b
742: WHERE c.currency_code = b.currency_code
743: AND b.khr_id = p_khr_id;
744:
745: l_min_acct_unit fnd_currencies.minimum_accountable_unit%TYPE;
746: l_precision fnd_currencies.PRECISION %TYPE;
747: l_rounded_amount OKL_TXD_AR_LN_DTLS_B.amount%TYPE;
748:
749: -- to get inventory_org_id bug 4890024 begin

Line 746: l_precision fnd_currencies.PRECISION %TYPE;

742: WHERE c.currency_code = b.currency_code
743: AND b.khr_id = p_khr_id;
744:
745: l_min_acct_unit fnd_currencies.minimum_accountable_unit%TYPE;
746: l_precision fnd_currencies.PRECISION %TYPE;
747: l_rounded_amount OKL_TXD_AR_LN_DTLS_B.amount%TYPE;
748:
749: -- to get inventory_org_id bug 4890024 begin
750: CURSOR inv_org_id_csr(p_contract_id NUMBER) IS