DBA Data[Home] [Help]

APPS.OKL_MISC_TRANS_PVT dependencies on OKL_ACCOUNTING_UTIL

Line 391: l_tclv_rec_in.amount := okl_accounting_util.cross_currency_round_amount

387: (l_tclv_rec_in.ID IS NULL) THEN -- Create Mode
388:
389: l_tclv_rec_in.TCL_TYPE := 'MAE';
390:
391: l_tclv_rec_in.amount := okl_accounting_util.cross_currency_round_amount
392: (p_amount => l_tclv_rec_in.amount,
393: p_currency_code => l_tclv_rec_in.currency_code);
394:
395:

Line 463: l_tclv_rec_in.amount := okl_accounting_util.cross_currency_round_amount

459: l_amount;
460: CLOSE tcl_csr;
461:
462:
463: l_tclv_rec_in.amount := okl_accounting_util.cross_currency_round_amount
464: (p_amount => l_tclv_rec_in.amount,
465: p_currency_code => l_tclv_rec_in.currency_code);
466:
467:

Line 818: -- l_functional_curr := OKL_ACCOUNTING_UTIL.GET_FUNC_CURR_CODE;

814: l_acc_gen_primary_key_tbl(4).source_table := 'RA_CUST_TRX_TYPES';
815: l_acc_gen_primary_key_tbl(4).primary_key_column := l_trx_type;
816:
817:
818: -- l_functional_curr := OKL_ACCOUNTING_UTIL.GET_FUNC_CURR_CODE;
819:
820: l_dist_info_rec.SOURCE_ID := p_tclv_rec.ID;
821: l_dist_info_rec.SOURCE_TABLE := l_source_table;
822: l_dist_info_rec.ACCOUNTING_DATE := l_accounting_date;