DBA Data[Home] [Help]

APPS.OKL_LA_PAYMENTS_PVT dependencies on OKL_ACCOUNTING_UTIL

Line 1552: l_ak_prompt := Okl_Accounting_Util.Get_Message_Token(

1548: l_payment_code := get_payment_type(l_rulv_rec.object2_id1);
1549: if( l_payment_code <> 'SECURITY_DEPOSIT') then -- cklee: 11/01/04, 12-03-2004
1550:
1551: x_return_status := OKL_API.g_ret_sts_error;
1552: l_ak_prompt := Okl_Accounting_Util.Get_Message_Token(
1553: p_region_code => G_AK_REGION_NAME,
1554: p_attribute_code => 'OKL_LA_PYMTS_TYPE');
1555: OKL_API.SET_MESSAGE( p_app_name => g_app_name
1556: , p_msg_name => 'OKL_LLA_PYMTS_SEC_PYMT'

Line 2522: l_rulv_rec.rule_information8 := OKL_ACCOUNTING_UTIL.cross_currency_round_amount(

2518: raise OKL_API.G_EXCEPTION_ERROR;
2519: END IF;
2520:
2521: if(l_rulv_rec.rule_information8 is not null and is_num(l_rulv_rec.rule_information8)) then
2522: l_rulv_rec.rule_information8 := OKL_ACCOUNTING_UTIL.cross_currency_round_amount(
2523: p_amount => to_number(l_rulv_rec.rule_information8),
2524: p_currency_code => l_ccode);
2525: l_totalpayment:=l_totalpayment+l_rulv_rec.rule_information8;
2526: end if;

Line 2529: l_rulv_rec.rule_information6 := OKL_ACCOUNTING_UTIL.cross_currency_round_amount(

2525: l_totalpayment:=l_totalpayment+l_rulv_rec.rule_information8;
2526: end if;
2527:
2528: if(l_rulv_rec.rule_information6 is not null and is_num(l_rulv_rec.rule_information6)) then
2529: l_rulv_rec.rule_information6 := OKL_ACCOUNTING_UTIL.cross_currency_round_amount(
2530: p_amount => to_number(l_rulv_rec.rule_information6),
2531: p_currency_code => l_ccode);
2532: l_totalpayment:=l_totalpayment+(l_rulv_rec.rule_information6*l_rulv_rec.rule_information3);
2533: end if;