DBA Data[Home] [Help]

APPS.OKL_CREATE_ADJST_PUB dependencies on OKL_ACCOUNTING_UTIL

Line 244: l_error_msg_rec Okl_Accounting_Util.Error_message_Type;

240: l_msg_data VARCHAR2(450);
241: l_init_msg_list VARCHAR2(1);
242:
243: l_msg_index_out NUMBER :=0;
244: l_error_msg_rec Okl_Accounting_Util.Error_message_Type;
245:
246: BEGIN
247:
248:

Line 283: Okl_Accounting_Util.GET_ERROR_MESSAGE(l_error_msg_rec);

279: ----------------------------------');
280:
281: BEGIN
282:
283: Okl_Accounting_Util.GET_ERROR_MESSAGE(l_error_msg_rec);
284: IF (l_error_msg_rec.COUNT > 0) THEN
285: FOR i IN l_error_msg_rec.FIRST..l_error_msg_rec.LAST
286: LOOP
287: FND_FILE.PUT_LINE(FND_FILE.LOG, l_error_msg_rec(i));