DBA Data[Home] [Help]

APPS.OKL_BPD_TERMINATION_ADJ_PVT dependencies on FND_LOG

Line 155: G_IS_DEBUG_STATEMENT_ON := OKL_DEBUG_PUB.CHECK_LOG_ON(G_MODULE, FND_LOG.LEVEL_STATEMENT);

151:
152: cnt NUMBER;
153: BEGIN
154: IF (G_DEBUG_ENABLED = 'Y') THEN
155: G_IS_DEBUG_STATEMENT_ON := OKL_DEBUG_PUB.CHECK_LOG_ON(G_MODULE, FND_LOG.LEVEL_STATEMENT);
156: END IF;
157: l_return_status := OKL_API.START_ACTIVITY(l_api_name,
158: G_PKG_NAME,
159: p_init_msg_list,

Line 228: OKL_DEBUG_PUB.LOG_DEBUG(FND_LOG.LEVEL_STATEMENT, G_MODULE,'before create disbursement transactions');

224: l_tapv_rec.invoice_category_code := cur.invoice_category_code;
225: l_tapv_rec.date_gl := l_tapv_rec.date_invoiced;
226:
227: IF (G_IS_DEBUG_STATEMENT_ON = true) THEN
228: OKL_DEBUG_PUB.LOG_DEBUG(FND_LOG.LEVEL_STATEMENT, G_MODULE,'before create disbursement transactions');
229: END IF;
230:
231: ------------------------------------------------------------
232: -- Insert Invoice Line

Line 269: OKL_DEBUG_PUB.LOG_DEBUG(FND_LOG.LEVEL_STATEMENT, G_MODULE,'after create disbursement transaction, ap invoice header id : ' || lx_tapv_rec.id);

265: l_created_tpl := FALSE;
266: END IF;
267:
268: IF (G_IS_DEBUG_STATEMENT_ON = true) THEN
269: OKL_DEBUG_PUB.LOG_DEBUG(FND_LOG.LEVEL_STATEMENT, G_MODULE,'after create disbursement transaction, ap invoice header id : ' || lx_tapv_rec.id);
270: END IF;
271: /* ankushar end changes */
272:
273: --update lsm.pay_status_code with a status of REVERSED

Line 275: -- OKL_DEBUG_PUB.LOG_DEBUG(FND_LOG.LEVEL_STATEMENT, G_MODULE,'evaluating whether to update lsm with Reversed status'); -- rmunjulu R12 Billing Fixes: commented

271: /* ankushar end changes */
272:
273: --update lsm.pay_status_code with a status of REVERSED
274: IF (G_IS_DEBUG_STATEMENT_ON = true) THEN
275: -- OKL_DEBUG_PUB.LOG_DEBUG(FND_LOG.LEVEL_STATEMENT, G_MODULE,'evaluating whether to update lsm with Reversed status'); -- rmunjulu R12 Billing Fixes: commented
276: -- rmunjulu R12 Billing Fixes
277: OKL_DEBUG_PUB.LOG_DEBUG(FND_LOG.LEVEL_STATEMENT, G_MODULE,'evaluating whether to update TLD with Reversed status');
278: END IF;
279: IF (l_created_tap AND l_created_tpl AND l_created_dist) THEN

Line 277: OKL_DEBUG_PUB.LOG_DEBUG(FND_LOG.LEVEL_STATEMENT, G_MODULE,'evaluating whether to update TLD with Reversed status');

273: --update lsm.pay_status_code with a status of REVERSED
274: IF (G_IS_DEBUG_STATEMENT_ON = true) THEN
275: -- OKL_DEBUG_PUB.LOG_DEBUG(FND_LOG.LEVEL_STATEMENT, G_MODULE,'evaluating whether to update lsm with Reversed status'); -- rmunjulu R12 Billing Fixes: commented
276: -- rmunjulu R12 Billing Fixes
277: OKL_DEBUG_PUB.LOG_DEBUG(FND_LOG.LEVEL_STATEMENT, G_MODULE,'evaluating whether to update TLD with Reversed status');
278: END IF;
279: IF (l_created_tap AND l_created_tpl AND l_created_dist) THEN
280: IF (G_IS_DEBUG_STATEMENT_ON = true) THEN
281: -- OKL_DEBUG_PUB.LOG_DEBUG(FND_LOG.LEVEL_STATEMENT, G_MODULE,'before updating lsm with Reversed status'); -- rmunjulu R12 Billing Fixes: commented

Line 281: -- OKL_DEBUG_PUB.LOG_DEBUG(FND_LOG.LEVEL_STATEMENT, G_MODULE,'before updating lsm with Reversed status'); -- rmunjulu R12 Billing Fixes: commented

277: OKL_DEBUG_PUB.LOG_DEBUG(FND_LOG.LEVEL_STATEMENT, G_MODULE,'evaluating whether to update TLD with Reversed status');
278: END IF;
279: IF (l_created_tap AND l_created_tpl AND l_created_dist) THEN
280: IF (G_IS_DEBUG_STATEMENT_ON = true) THEN
281: -- OKL_DEBUG_PUB.LOG_DEBUG(FND_LOG.LEVEL_STATEMENT, G_MODULE,'before updating lsm with Reversed status'); -- rmunjulu R12 Billing Fixes: commented
282: -- rmunjulu R12 Billing Fixes
283: OKL_DEBUG_PUB.LOG_DEBUG(FND_LOG.LEVEL_STATEMENT, G_MODULE,'before updating TLD with Reversed status');
284: END IF;
285:

Line 283: OKL_DEBUG_PUB.LOG_DEBUG(FND_LOG.LEVEL_STATEMENT, G_MODULE,'before updating TLD with Reversed status');

279: IF (l_created_tap AND l_created_tpl AND l_created_dist) THEN
280: IF (G_IS_DEBUG_STATEMENT_ON = true) THEN
281: -- OKL_DEBUG_PUB.LOG_DEBUG(FND_LOG.LEVEL_STATEMENT, G_MODULE,'before updating lsm with Reversed status'); -- rmunjulu R12 Billing Fixes: commented
282: -- rmunjulu R12 Billing Fixes
283: OKL_DEBUG_PUB.LOG_DEBUG(FND_LOG.LEVEL_STATEMENT, G_MODULE,'before updating TLD with Reversed status');
284: END IF;
285:
286: /* rmunjulu R12 Billing Fixes -- commented below code
287: u_lsmv_rec.id := cur.lsm_id;

Line 314: -- OKL_DEBUG_PUB.LOG_DEBUG(FND_LOG.LEVEL_STATEMENT, G_MODULE,'after updating lsm with Reversed status, Status : ' || l_return_status); -- rmunjulu R12 Billing Fixes: commented

310: ,x_tldv_rec => lx_tldv_rec);
311:
312: -- rmunjulu R12 Billing Fixes : end
313: IF (G_IS_DEBUG_STATEMENT_ON = true) THEN
314: -- OKL_DEBUG_PUB.LOG_DEBUG(FND_LOG.LEVEL_STATEMENT, G_MODULE,'after updating lsm with Reversed status, Status : ' || l_return_status); -- rmunjulu R12 Billing Fixes: commented
315: -- rmunjulu R12 Billing Fixes
316: OKL_DEBUG_PUB.LOG_DEBUG(FND_LOG.LEVEL_STATEMENT, G_MODULE,'after updating TLD with Reversed status, Status : ' || l_return_status);
317: END IF;
318: IF (l_return_status = OKL_API.G_RET_STS_UNEXP_ERROR) THEN

Line 316: OKL_DEBUG_PUB.LOG_DEBUG(FND_LOG.LEVEL_STATEMENT, G_MODULE,'after updating TLD with Reversed status, Status : ' || l_return_status);

312: -- rmunjulu R12 Billing Fixes : end
313: IF (G_IS_DEBUG_STATEMENT_ON = true) THEN
314: -- OKL_DEBUG_PUB.LOG_DEBUG(FND_LOG.LEVEL_STATEMENT, G_MODULE,'after updating lsm with Reversed status, Status : ' || l_return_status); -- rmunjulu R12 Billing Fixes: commented
315: -- rmunjulu R12 Billing Fixes
316: OKL_DEBUG_PUB.LOG_DEBUG(FND_LOG.LEVEL_STATEMENT, G_MODULE,'after updating TLD with Reversed status, Status : ' || l_return_status);
317: END IF;
318: IF (l_return_status = OKL_API.G_RET_STS_UNEXP_ERROR) THEN
319: RAISE OKL_API.G_EXCEPTION_UNEXPECTED_ERROR;
320: ELSIF (l_return_status = OKL_API.G_RET_STS_ERROR) THEN