DBA Data[Home] [Help]

APPS.OKL_SPLIT_CONTRACT_PVT dependencies on OKL_ACCOUNTING_UTIL

Line 2835: ln_calc_amt := OKL_ACCOUNTING_UTIL.cross_currency_round_amount(ln_calc_amt,

2831:
2832: ln_calc_amt := (ln_new_service_amt/ln_old_service_amt) * ln_rule_amount;
2833:
2834: -- Get the correct rounding amount
2835: ln_calc_amt := OKL_ACCOUNTING_UTIL.cross_currency_round_amount(ln_calc_amt,
2836: lv_currency_code);
2837:
2838: l_rulv_rec.id := ln_rule_id;
2839: l_rulv_rec.rule_information2 := ln_calc_amt;

Line 2897: ln_calc_amt := OKL_ACCOUNTING_UTIL.cross_currency_round_amount(ln_calc_amt,

2893: (ln_rule_info_6 IS NOT NULL) THEN
2894:
2895: ln_calc_amt := (ln_new_service_amt/ln_old_service_amt) * ln_rule_info_6;
2896: -- Get the correct rounding amount
2897: ln_calc_amt := OKL_ACCOUNTING_UTIL.cross_currency_round_amount(ln_calc_amt,
2898: lv_currency_code);
2899:
2900: lp_rulv_rec.id := ln_rule_id;
2901: lp_rulv_rec.rule_information6 := ln_calc_amt;

Line 2909: ln_calc_amt := OKL_ACCOUNTING_UTIL.cross_currency_round_amount(ln_calc_amt,

2905: (ln_rule_info_8 IS NOT NULL) THEN
2906:
2907: ln_calc_amt := (ln_new_service_amt/ln_old_service_amt) * ln_rule_info_8;
2908: -- Get the correct rounding amount
2909: ln_calc_amt := OKL_ACCOUNTING_UTIL.cross_currency_round_amount(ln_calc_amt,
2910: lv_currency_code);
2911:
2912: lp_rulv_rec.id := ln_rule_id;
2913: lp_rulv_rec.rule_information8 := ln_calc_amt;

Line 2967: ln_new_amt := OKL_ACCOUNTING_UTIL.cross_currency_round_amount(ln_new_amt,

2963: ln_new_amt := ln_new_amt / lv_num_periods;
2964: END IF;
2965:
2966: -- Get the correct rounding amount
2967: ln_new_amt := OKL_ACCOUNTING_UTIL.cross_currency_round_amount(ln_new_amt,
2968: lv_currency_code);
2969:
2970: l_rulv_rec.id := ln_rule_id;
2971: l_rulv_rec.rule_information2 := ln_new_amt;

Line 3948: l_gl_date := OKL_ACCOUNTING_UTIL.get_valid_gl_date(p_gl_date => ld_split_date);

3944:
3945: -- rravikir added for Bug 3487162
3946: -- Get valid open period date by calling accounting util with split
3947: -- contract transaction date.
3948: l_gl_date := OKL_ACCOUNTING_UTIL.get_valid_gl_date(p_gl_date => ld_split_date);
3949: -- end for Bug 3487162
3950:
3951: -- Reverse Accrual Accounting for the 'AMENDED' contract
3952: OKL_GENERATE_ACCRUALS_PUB.reverse_all_accruals(