DBA Data[Home] [Help]

APPS.OKL_LLA_UTIL_PVT dependencies on OKL_ACCOUNTING_UTIL

Line 104: x_amount := OKL_ACCOUNTING_UTIL.cc_round_format_amount(p_amount => TO_NUMBER(get_number(p_amount)),

100: RAISE OKC_API.G_EXCEPTION_ERROR;
101: END IF;
102:
103:
104: x_amount := OKL_ACCOUNTING_UTIL.cc_round_format_amount(p_amount => TO_NUMBER(get_number(p_amount)),
105: p_currency_code => p_currency_code);
106:
107:
108: OKL_API.END_ACTIVITY(x_msg_count => x_msg_count,

Line 180: x_amount := OKL_ACCOUNTING_UTIL.cc_round_format_amount(p_amount => TO_NUMBER(get_number(p_amount)),

176: RAISE OKC_API.G_EXCEPTION_ERROR;
177: END IF;
178:
179:
180: x_amount := OKL_ACCOUNTING_UTIL.cc_round_format_amount(p_amount => TO_NUMBER(get_number(p_amount)),
181: p_currency_code => p_currency_code);
182:
183:
184: OKL_API.END_ACTIVITY(x_msg_count => x_msg_count,

Line 255: x_amount := OKL_ACCOUNTING_UTIL.cross_currency_round_amount(

251: ELSIF (x_return_status = OKC_API.G_RET_STS_ERROR) THEN
252: RAISE OKC_API.G_EXCEPTION_ERROR;
253: END IF;
254:
255: x_amount := OKL_ACCOUNTING_UTIL.cross_currency_round_amount(
256: p_amount => TO_NUMBER(get_number(p_amount)),
257: p_currency_code => p_currency_code);
258:
259:

Line 332: x_amount := OKL_ACCOUNTING_UTIL.cross_currency_round_amount(

328: RAISE OKC_API.G_EXCEPTION_ERROR;
329: END IF;
330:
331:
332: x_amount := OKL_ACCOUNTING_UTIL.cross_currency_round_amount(
333: p_amount => TO_NUMBER(get_number(p_amount)),
334: p_currency_code => p_currency_code);
335:
336: