DBA Data[Home] [Help]

APPS.OKL_STREAMS_PVT dependencies on OKL_ACCOUNTING_UTIL

Line 104: okl_accounting_util.get_error_message(x_msg_count, x_msg_data);

100: x_msg_count,
101: x_msg_data,
102: p_stmv_tbl,
103: x_stmv_tbl);
104: okl_accounting_util.get_error_message(x_msg_count, x_msg_data);
105:
106: -- rabhupat bug#4371472 user defined exceptions are not handled
107: IF x_return_status <> Okc_Api.G_RET_STS_SUCCESS THEN
108: RAISE G_EXCEPTION_HALT_VALIDATION;

Line 287: okl_accounting_util.get_error_message(x_msg_count, x_msg_data);

283: x_msg_count,
284: x_msg_data,
285: p_stmv_tbl,
286: x_stmv_tbl);
287: okl_accounting_util.get_error_message(x_msg_count, x_msg_data);
288:
289: -- rabhupat bug#4371472 user defined exceptions are not handled
290: IF x_return_status <> Okc_Api.G_RET_STS_SUCCESS THEN
291: RAISE G_EXCEPTION_HALT_VALIDATION;