DBA Data[Home] [Help]

APPS.OKL_TQL_PVT dependencies on OKL_ACCOUNTING_UTIL

Line 142: l_return_status := OKL_ACCOUNTING_UTIL.validate_currency_code(p_tqlv_rec.currency_code);

138: -- halt further validation of this column
139: RAISE G_EXCEPTION_HALT_VALIDATION;
140: END IF;
141: -- check from currency values using the generic okl_util.validate_currency_code
142: l_return_status := OKL_ACCOUNTING_UTIL.validate_currency_code(p_tqlv_rec.currency_code);
143: IF (l_return_status <> OKC_API.G_TRUE) THEN
144: OKC_API.SET_MESSAGE(p_app_name => g_app_name,
145: p_msg_name => g_invalid_value,
146: p_token1 => g_col_name_token,

Line 192: l_return_status := OKL_ACCOUNTING_UTIL.validate_currency_code(p_tqlv_rec.currency_conversion_code);

188: -- halt further validation of this column
189: RAISE G_EXCEPTION_HALT_VALIDATION;
190: END IF;
191: -- check from currency values using the generic okl_util.validate_currency_code
192: l_return_status := OKL_ACCOUNTING_UTIL.validate_currency_code(p_tqlv_rec.currency_conversion_code);
193: IF (l_return_status <> OKC_API.G_TRUE) THEN
194: OKC_API.SET_MESSAGE(p_app_name => g_app_name,
195: p_msg_name => g_invalid_value,
196: p_token1 => g_col_name_token,

Line 235: l_return_status := OKL_ACCOUNTING_UTIL.validate_currency_con_type(p_tqlv_rec.currency_conversion_type);

231: x_return_status := OKC_API.G_RET_STS_SUCCESS;
232: IF (p_tqlv_rec.currency_conversion_type <> OKL_API.G_MISS_CHAR AND
233: p_tqlv_rec.currency_conversion_type IS NOT NULL) THEN
234: -- check from currency values using the generic okl_util.validate_currency_code
235: l_return_status := OKL_ACCOUNTING_UTIL.validate_currency_con_type(p_tqlv_rec.currency_conversion_type);
236: IF (l_return_status <> OKC_API.G_TRUE) THEN
237: OKC_API.SET_MESSAGE(p_app_name => g_app_name,
238: p_msg_name => g_invalid_value,
239: p_token1 => g_col_name_token,

Line 2797: OKL_ACCOUNTING_UTIL.cross_currency_round_amount

2793:
2794:
2795: -- RMUNJULU 09-MAY-03 2949544 Added code to round
2796: -- the amount field before saving to table
2797: OKL_ACCOUNTING_UTIL.cross_currency_round_amount
2798: (p_api_version => p_api_version,
2799: p_init_msg_list => p_init_msg_list,
2800: x_return_status => l_return_status,
2801: x_msg_count => x_msg_count,

Line 3254: OKL_ACCOUNTING_UTIL.cross_currency_round_amount

3250: in_amount(j) := l_tqlv_rec.amount;
3251: --dkagrawa bug 4187250
3252: in_due_date(j) := l_tqlv_rec.due_date;
3253:
3254: OKL_ACCOUNTING_UTIL.cross_currency_round_amount
3255: (p_api_version => p_api_version,
3256: p_init_msg_list => p_init_msg_list,
3257: x_return_status => l_return_status,
3258: x_msg_count => x_msg_count,

Line 4855: OKL_ACCOUNTING_UTIL.cross_currency_round_amount

4851:
4852:
4853: -- RMUNJULU 09-MAY-03 2949544 Added code to round
4854: -- the amount field before saving to table
4855: OKL_ACCOUNTING_UTIL.cross_currency_round_amount
4856: (p_api_version => p_api_version,
4857: p_init_msg_list => p_init_msg_list,
4858: x_return_status => l_return_status,
4859: x_msg_count => x_msg_count,