DBA Data[Home] [Help]

APPS.OKL_PRCTIMEOUT_PVT dependencies on OKL_ACCOUNTING_UTIL

Line 137: Okl_Accounting_Util.GET_ERROR_MESSAGE(l_error_msg_rec);

133: ,'_PVT');
134:
135: -- print the error message in the log file
136:
137: Okl_Accounting_Util.GET_ERROR_MESSAGE(l_error_msg_rec);
138: IF (l_error_msg_rec.COUNT > 0) THEN
139: FOR i IN l_error_msg_rec.FIRST..l_error_msg_rec.LAST
140: LOOP
141: FND_FILE.PUT_LINE(FND_FILE.LOG, l_error_msg_rec(i));

Line 158: Okl_Accounting_Util.GET_ERROR_MESSAGE(l_error_msg_rec);

154: ,l_msg_count
155: ,l_msg_data
156: ,'_PVT');
157: -- print the error message in the log file
158: Okl_Accounting_Util.GET_ERROR_MESSAGE(l_error_msg_rec);
159: IF (l_error_msg_rec.COUNT > 0) THEN
160: FOR i IN l_error_msg_rec.FIRST..l_error_msg_rec.LAST
161: LOOP
162: FND_FILE.PUT_LINE(FND_FILE.LOG, l_error_msg_rec(i));

Line 182: Okl_Accounting_Util.GET_ERROR_MESSAGE(l_error_msg_rec);

178: ,l_msg_data
179: ,'_PVT');
180:
181: -- print the error message in the log file
182: Okl_Accounting_Util.GET_ERROR_MESSAGE(l_error_msg_rec);
183: IF (l_error_msg_rec.COUNT > 0) THEN
184: FOR i IN l_error_msg_rec.FIRST..l_error_msg_rec.LAST
185: LOOP
186: FND_FILE.PUT_LINE(FND_FILE.LOG, l_error_msg_rec(i));