DBA Data[Home] [Help]

APPS.OKL_SLA_ACC_SOURCES_PVT dependencies on OKL_ACCOUNTING_UTIL

Line 7998: l_outer_error_msg_tbl Okl_Accounting_Util.Error_Message_Type;

7994: AND fxl.period_counter = p_period_counter
7995: ; -- End of Cursor get_max_deprn_run_id
7996:
7997: -- Local Variable Declaration
7998: l_outer_error_msg_tbl Okl_Accounting_Util.Error_Message_Type;
7999: l_book_type_code VARCHAR2(240);
8000: l_period_counter NUMBER;
8001: l_max_deprn_run_id NUMBER;
8002: l_fa_deprn_assets_tbl okl_deprn_assets_tbl;

Line 8183: Okl_Accounting_Util.GET_ERROR_MESSAGE(l_outer_error_msg_tbl);

8179: log_msg(FND_FILE.OUTPUT,'');
8180: log_msg(FND_FILE.OUTPUT,FND_MESSAGE.GET_STRING('OKL','OKL_AGN_RPT_PROGRAM_ERROR'));
8181: log_msg(FND_FILE.LOG,FND_MESSAGE.GET_STRING('OKL','OKL_AGN_RPT_PROGRAM_STATUS')
8182: ||' '||l_return_status);
8183: Okl_Accounting_Util.GET_ERROR_MESSAGE(l_outer_error_msg_tbl);
8184: IF (l_outer_error_msg_tbl.COUNT > 0) THEN
8185: FOR i IN l_outer_error_msg_tbl.FIRST..l_outer_error_msg_tbl.LAST
8186: LOOP
8187: log_msg(FND_FILE.LOG, l_outer_error_msg_tbl(i));

Line 8200: Okl_Accounting_Util.GET_ERROR_MESSAGE(l_outer_error_msg_tbl);

8196: log_msg(FND_FILE.OUTPUT,'');
8197: log_msg(FND_FILE.OUTPUT,FND_MESSAGE.GET_STRING('OKL','OKL_AGN_RPT_PROGRAM_ERROR'));
8198: log_msg(FND_FILE.LOG,FND_MESSAGE.GET_STRING('OKL','OKL_AGN_RPT_PROGRAM_STATUS')
8199: ||' '||l_return_status);
8200: Okl_Accounting_Util.GET_ERROR_MESSAGE(l_outer_error_msg_tbl);
8201: IF (l_outer_error_msg_tbl.COUNT > 0)
8202: THEN
8203: FOR i IN l_outer_error_msg_tbl.FIRST..l_outer_error_msg_tbl.LAST
8204: LOOP

Line 8218: Okl_Accounting_Util.GET_ERROR_MESSAGE(l_outer_error_msg_tbl);

8214: log_msg(FND_FILE.OUTPUT,'');
8215: log_msg(FND_FILE.OUTPUT,FND_MESSAGE.GET_STRING('OKL','OKL_AGN_RPT_PROGRAM_ERROR'));
8216: log_msg(FND_FILE.LOG,FND_MESSAGE.GET_STRING('OKL','OKL_AGN_RPT_PROGRAM_STATUS')
8217: ||' '||l_return_status);
8218: Okl_Accounting_Util.GET_ERROR_MESSAGE(l_outer_error_msg_tbl);
8219: IF (l_outer_error_msg_tbl.COUNT > 0)
8220: THEN
8221: FOR i IN l_outer_error_msg_tbl.FIRST..l_outer_error_msg_tbl.LAST
8222: LOOP