DBA Data[Home] [Help]

APPS.OKL_LEASE_OPPORTUNITY_PVT dependencies on FND_MSG_PUB

Line 177: FND_MSG_PUB.initialize;

173: SAVEPOINT l_program_name;
174: END IF;
175:
176: IF p_init_msg_list = G_TRUE THEN
177: FND_MSG_PUB.initialize;
178: END IF;
179:
180: l_lease_opp_rec := p_lease_opp_rec;
181:

Line 251: fnd_msg_pub.count_and_get(p_count => x_msg_count, p_data => x_msg_data);

247: WHEN OKL_API.G_EXCEPTION_ERROR THEN
248:
249: IF p_transaction_control = G_TRUE THEN
250: ROLLBACK TO l_program_name;
251: fnd_msg_pub.count_and_get(p_count => x_msg_count, p_data => x_msg_data);
252: END IF;
253:
254: x_return_status := G_RET_STS_ERROR;
255:

Line 260: fnd_msg_pub.count_and_get(p_count => x_msg_count, p_data => x_msg_data);

256: WHEN OKL_API.G_EXCEPTION_UNEXPECTED_ERROR THEN
257:
258: IF p_transaction_control = G_TRUE THEN
259: ROLLBACK TO l_program_name;
260: fnd_msg_pub.count_and_get(p_count => x_msg_count, p_data => x_msg_data);
261: END IF;
262:
263: x_return_status := G_RET_STS_UNEXP_ERROR;
264:

Line 278: fnd_msg_pub.count_and_get(p_count => x_msg_count, p_data => x_msg_data);

274: p_token3_value => sqlerrm);
275:
276: IF p_transaction_control = G_TRUE THEN
277: ROLLBACK TO l_program_name;
278: fnd_msg_pub.count_and_get(p_count => x_msg_count, p_data => x_msg_data);
279: END IF;
280:
281: x_return_status := G_RET_STS_UNEXP_ERROR;
282:

Line 313: FND_MSG_PUB.initialize;

309: SAVEPOINT l_program_name;
310: END IF;
311:
312: IF p_init_msg_list = G_TRUE THEN
313: FND_MSG_PUB.initialize;
314: END IF;
315:
316: l_lease_opp_rec := p_lease_opp_rec;
317:

Line 376: fnd_msg_pub.count_and_get(p_count => x_msg_count, p_data => x_msg_data);

372: WHEN OKL_API.G_EXCEPTION_ERROR THEN
373:
374: IF p_transaction_control = G_TRUE THEN
375: ROLLBACK TO l_program_name;
376: fnd_msg_pub.count_and_get(p_count => x_msg_count, p_data => x_msg_data);
377: END IF;
378:
379: x_return_status := G_RET_STS_ERROR;
380:

Line 385: fnd_msg_pub.count_and_get(p_count => x_msg_count, p_data => x_msg_data);

381: WHEN OKL_API.G_EXCEPTION_UNEXPECTED_ERROR THEN
382:
383: IF p_transaction_control = G_TRUE THEN
384: ROLLBACK TO l_program_name;
385: fnd_msg_pub.count_and_get(p_count => x_msg_count, p_data => x_msg_data);
386: END IF;
387:
388: x_return_status := G_RET_STS_UNEXP_ERROR;
389:

Line 403: fnd_msg_pub.count_and_get(p_count => x_msg_count, p_data => x_msg_data);

399: p_token3_value => sqlerrm);
400:
401: IF p_transaction_control = G_TRUE THEN
402: ROLLBACK TO l_program_name;
403: fnd_msg_pub.count_and_get(p_count => x_msg_count, p_data => x_msg_data);
404: END IF;
405:
406: x_return_status := G_RET_STS_UNEXP_ERROR;
407:

Line 531: FND_MSG_PUB.initialize;

527: SAVEPOINT l_program_name;
528: END IF;
529:
530: IF p_init_msg_list = G_TRUE THEN
531: FND_MSG_PUB.initialize;
532: END IF;
533:
534:
535: l_lopv_rec.id := p_lease_opp_id;

Line 582: fnd_msg_pub.count_and_get(p_count => x_msg_count, p_data => x_msg_data);

578: WHEN OKL_API.G_EXCEPTION_ERROR THEN
579:
580: IF p_transaction_control = G_TRUE THEN
581: ROLLBACK TO l_program_name;
582: fnd_msg_pub.count_and_get(p_count => x_msg_count, p_data => x_msg_data);
583: END IF;
584:
585: x_return_status := G_RET_STS_ERROR;
586:

Line 591: fnd_msg_pub.count_and_get(p_count => x_msg_count, p_data => x_msg_data);

587: WHEN OKL_API.G_EXCEPTION_UNEXPECTED_ERROR THEN
588:
589: IF p_transaction_control = G_TRUE THEN
590: ROLLBACK TO l_program_name;
591: fnd_msg_pub.count_and_get(p_count => x_msg_count, p_data => x_msg_data);
592: END IF;
593:
594: x_return_status := G_RET_STS_UNEXP_ERROR;
595:

Line 609: fnd_msg_pub.count_and_get(p_count => x_msg_count, p_data => x_msg_data);

605: p_token3_value => sqlerrm);
606:
607: IF p_transaction_control = G_TRUE THEN
608: ROLLBACK TO l_program_name;
609: fnd_msg_pub.count_and_get(p_count => x_msg_count, p_data => x_msg_data);
610: END IF;
611:
612: x_return_status := G_RET_STS_UNEXP_ERROR;
613:

Line 674: FND_MSG_PUB.initialize;

670: SAVEPOINT l_program_name;
671: END IF;
672:
673: IF p_init_msg_list = G_TRUE THEN
674: FND_MSG_PUB.initialize;
675: END IF;
676:
677: OPEN c_functional_currency;
678: FETCH c_functional_currency INTO l_lease_opp_rec.currency_code;

Line 713: fnd_msg_pub.count_and_get(p_count => x_msg_count, p_data => x_msg_data);

709: WHEN OKL_API.G_EXCEPTION_ERROR THEN
710:
711: IF p_transaction_control = G_TRUE THEN
712: ROLLBACK TO l_program_name;
713: fnd_msg_pub.count_and_get(p_count => x_msg_count, p_data => x_msg_data);
714: END IF;
715:
716: x_return_status := G_RET_STS_ERROR;
717:

Line 722: fnd_msg_pub.count_and_get(p_count => x_msg_count, p_data => x_msg_data);

718: WHEN OKL_API.G_EXCEPTION_UNEXPECTED_ERROR THEN
719:
720: IF p_transaction_control = G_TRUE THEN
721: ROLLBACK TO l_program_name;
722: fnd_msg_pub.count_and_get(p_count => x_msg_count, p_data => x_msg_data);
723: END IF;
724:
725: x_return_status := G_RET_STS_UNEXP_ERROR;
726:

Line 740: fnd_msg_pub.count_and_get(p_count => x_msg_count, p_data => x_msg_data);

736: p_token3_value => sqlerrm);
737:
738: IF p_transaction_control = G_TRUE THEN
739: ROLLBACK TO l_program_name;
740: fnd_msg_pub.count_and_get(p_count => x_msg_count, p_data => x_msg_data);
741: END IF;
742:
743: x_return_status := G_RET_STS_UNEXP_ERROR;
744:

Line 773: FND_MSG_PUB.initialize;

769: SAVEPOINT l_program_name;
770: END IF;
771:
772: IF p_init_msg_list = G_TRUE THEN
773: FND_MSG_PUB.initialize;
774: END IF;
775:
776: create_lease_opp (
777: p_api_version => G_API_VERSION

Line 833: fnd_msg_pub.count_and_get(p_count => x_msg_count, p_data => x_msg_data);

829: WHEN OKL_API.G_EXCEPTION_ERROR THEN
830:
831: IF p_transaction_control = G_TRUE THEN
832: ROLLBACK TO l_program_name;
833: fnd_msg_pub.count_and_get(p_count => x_msg_count, p_data => x_msg_data);
834: END IF;
835:
836: x_return_status := G_RET_STS_ERROR;
837:

Line 842: fnd_msg_pub.count_and_get(p_count => x_msg_count, p_data => x_msg_data);

838: WHEN OKL_API.G_EXCEPTION_UNEXPECTED_ERROR THEN
839:
840: IF p_transaction_control = G_TRUE THEN
841: ROLLBACK TO l_program_name;
842: fnd_msg_pub.count_and_get(p_count => x_msg_count, p_data => x_msg_data);
843: END IF;
844:
845: x_return_status := G_RET_STS_UNEXP_ERROR;
846:

Line 860: fnd_msg_pub.count_and_get(p_count => x_msg_count, p_data => x_msg_data);

856: p_token3_value => sqlerrm);
857:
858: IF p_transaction_control = G_TRUE THEN
859: ROLLBACK TO l_program_name;
860: fnd_msg_pub.count_and_get(p_count => x_msg_count, p_data => x_msg_data);
861: END IF;
862:
863: x_return_status := G_RET_STS_UNEXP_ERROR;
864: