DBA Data[Home] [Help]

APPS.OKL_LA_PAYMENTS_PVT dependencies on OKL_ACCOUNTING_UTIL

Line 1464: l_ak_prompt := Okl_Accounting_Util.Get_Message_Token(

1460: l_payment_code := get_payment_type(l_rulv_rec.object2_id1);
1461: if( l_payment_code <> 'SECURITY_DEPOSIT') then -- cklee: 11/01/04, 12-03-2004
1462:
1463: x_return_status := OKL_API.g_ret_sts_error;
1464: l_ak_prompt := Okl_Accounting_Util.Get_Message_Token(
1465: p_region_code => G_AK_REGION_NAME,
1466: p_attribute_code => 'OKL_LA_PYMTS_TYPE');
1467: OKL_API.SET_MESSAGE( p_app_name => g_app_name
1468: , p_msg_name => 'OKL_LLA_PYMTS_SEC_PYMT'

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

2282: raise OKL_API.G_EXCEPTION_ERROR;
2283: END IF;
2284:
2285: if(l_rulv_rec.rule_information8 is not null and is_num(l_rulv_rec.rule_information8)) then
2286: l_rulv_rec.rule_information8 := OKL_ACCOUNTING_UTIL.cross_currency_round_amount(
2287: p_amount => to_number(l_rulv_rec.rule_information8),
2288: p_currency_code => l_ccode);
2289: l_totalpayment:=l_totalpayment+l_rulv_rec.rule_information8;
2290: end if;

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

2289: l_totalpayment:=l_totalpayment+l_rulv_rec.rule_information8;
2290: end if;
2291:
2292: if(l_rulv_rec.rule_information6 is not null and is_num(l_rulv_rec.rule_information6)) then
2293: l_rulv_rec.rule_information6 := OKL_ACCOUNTING_UTIL.cross_currency_round_amount(
2294: p_amount => to_number(l_rulv_rec.rule_information6),
2295: p_currency_code => l_ccode);
2296: l_totalpayment:=l_totalpayment+(l_rulv_rec.rule_information6*l_rulv_rec.rule_information3);
2297: end if;