DBA Data[Home] [Help]

APPS.OKL_BPD_ADVANCED_CASH_APP_PUB dependencies on OKL_ACCOUNTING_UTIL

Line 222: l_error_msg_rec Okl_Accounting_Util.Error_message_Type;

218: l_msg_data VARCHAR2(450);
219: l_init_msg_list VARCHAR2(1);
220:
221: l_msg_index_out NUMBER :=0;
222: l_error_msg_rec Okl_Accounting_Util.Error_message_Type;
223:
224: l_contract_id OKC_K_HEADERS_V.ID%TYPE DEFAULT NULL;
225: l_contract_num OKC_K_HEADERS_V.CONTRACT_NUMBER%TYPE DEFAULT p_contract_num;
226: l_customer_id OKL_TRX_CSH_RECEIPT_V.ILE_ID%TYPE DEFAULT NULL;

Line 303: Okl_Accounting_Util.GET_ERROR_MESSAGE(l_error_msg_rec);

299: END IF;
300:
301: BEGIN
302:
303: Okl_Accounting_Util.GET_ERROR_MESSAGE(l_error_msg_rec);
304: IF (l_error_msg_rec.COUNT > 0) THEN
305: FOR i IN l_error_msg_rec.FIRST..l_error_msg_rec.LAST
306: LOOP
307: FND_FILE.PUT_LINE(FND_FILE.LOG, l_error_msg_rec(i));

Line 473: l_error_msg_rec Okl_Accounting_Util.Error_message_Type;

469: l_msg_data VARCHAR2(450);
470: l_init_msg_list VARCHAR2(1);
471:
472: l_msg_index_out NUMBER :=0;
473: l_error_msg_rec Okl_Accounting_Util.Error_message_Type;
474:
475: l_contract_num OKC_K_HEADERS_V.CONTRACT_NUMBER%TYPE DEFAULT p_contract_num;
476: l_customer_num AR_CASH_RECEIPTS_ALL.PAY_FROM_CUSTOMER%TYPE DEFAULT p_customer_num;
477: l_cross_currency_allowed VARCHAR2(1) DEFAULT p_cross_currency_allowed;

Line 529: Okl_Accounting_Util.GET_ERROR_MESSAGE(l_error_msg_rec);

525:
526:
527: BEGIN
528:
529: Okl_Accounting_Util.GET_ERROR_MESSAGE(l_error_msg_rec);
530: IF (l_error_msg_rec.COUNT > 0) THEN
531: FOR i IN l_error_msg_rec.FIRST..l_error_msg_rec.LAST
532: LOOP
533: FND_FILE.PUT_LINE(FND_FILE.LOG, l_error_msg_rec(i));