DBA Data[Home] [Help]

APPS.OKL_CREATE_ADJST_PUB dependencies on OKL_ACCOUNTING_UTIL

Line 242: l_error_msg_rec Okl_Accounting_Util.Error_message_Type;

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

Line 281: Okl_Accounting_Util.GET_ERROR_MESSAGE(l_error_msg_rec);

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