DBA Data[Home] [Help]

APPS.OKL_LEASE_QUOTE_INS_PVT dependencies on FND_MSG_PUB

Line 449: FND_MSG_PUB.initialize;

445: SAVEPOINT l_program_name;
446: END IF;
447:
448: IF p_init_msg_list = G_TRUE THEN
449: FND_MSG_PUB.initialize;
450: END IF;
451:
452: l_insurance_estimate_rec := p_insurance_estimate_rec;
453:

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

510: WHEN OKL_API.G_EXCEPTION_ERROR THEN
511:
512: IF p_transaction_control = G_TRUE THEN
513: ROLLBACK TO l_program_name;
514: fnd_msg_pub.count_and_get(p_count => x_msg_count, p_data => x_msg_data);
515: END IF;
516:
517: x_return_status := G_RET_STS_ERROR;
518:

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

519: WHEN OKL_API.G_EXCEPTION_UNEXPECTED_ERROR THEN
520:
521: IF p_transaction_control = G_TRUE THEN
522: ROLLBACK TO l_program_name;
523: fnd_msg_pub.count_and_get(p_count => x_msg_count, p_data => x_msg_data);
524: END IF;
525:
526: x_return_status := G_RET_STS_UNEXP_ERROR;
527:

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

537: p_token3_value => sqlerrm);
538:
539: IF p_transaction_control = G_TRUE THEN
540: ROLLBACK TO l_program_name;
541: fnd_msg_pub.count_and_get(p_count => x_msg_count, p_data => x_msg_data);
542: END IF;
543:
544: x_return_status := G_RET_STS_UNEXP_ERROR;
545:

Line 582: FND_MSG_PUB.initialize;

578: SAVEPOINT l_program_name;
579: END IF;
580:
581: IF p_init_msg_list = G_TRUE THEN
582: FND_MSG_PUB.initialize;
583: END IF;
584:
585: l_insurance_estimate_rec := p_insurance_estimate_rec;
586: --Bug#6935907 -Added by kkorrapo

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

640: WHEN OKL_API.G_EXCEPTION_ERROR THEN
641:
642: IF p_transaction_control = G_TRUE THEN
643: ROLLBACK TO l_program_name;
644: fnd_msg_pub.count_and_get(p_count => x_msg_count, p_data => x_msg_data);
645: END IF;
646:
647: x_return_status := G_RET_STS_ERROR;
648:

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

649: WHEN OKL_API.G_EXCEPTION_UNEXPECTED_ERROR THEN
650:
651: IF p_transaction_control = G_TRUE THEN
652: ROLLBACK TO l_program_name;
653: fnd_msg_pub.count_and_get(p_count => x_msg_count, p_data => x_msg_data);
654: END IF;
655:
656: x_return_status := G_RET_STS_UNEXP_ERROR;
657:

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

667: p_token3_value => sqlerrm);
668:
669: IF p_transaction_control = G_TRUE THEN
670: ROLLBACK TO l_program_name;
671: fnd_msg_pub.count_and_get(p_count => x_msg_count, p_data => x_msg_data);
672: END IF;
673:
674: x_return_status := G_RET_STS_UNEXP_ERROR;
675:

Line 702: FND_MSG_PUB.initialize;

698: SAVEPOINT l_program_name;
699: END IF;
700:
701: IF p_init_msg_list = G_TRUE THEN
702: FND_MSG_PUB.initialize;
703: END IF;
704:
705: okl_lease_quote_cashflow_pvt.delete_cashflows (
706: p_api_version => G_API_VERSION

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

729: WHEN OKL_API.G_EXCEPTION_ERROR THEN
730:
731: IF p_transaction_control = G_TRUE THEN
732: ROLLBACK TO l_program_name;
733: fnd_msg_pub.count_and_get(p_count => x_msg_count, p_data => x_msg_data);
734: END IF;
735:
736: x_return_status := G_RET_STS_ERROR;
737:

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

738: WHEN OKL_API.G_EXCEPTION_UNEXPECTED_ERROR THEN
739:
740: IF p_transaction_control = G_TRUE THEN
741: ROLLBACK TO l_program_name;
742: fnd_msg_pub.count_and_get(p_count => x_msg_count, p_data => x_msg_data);
743: END IF;
744:
745: x_return_status := G_RET_STS_UNEXP_ERROR;
746:

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

756: p_token3_value => sqlerrm);
757:
758: IF p_transaction_control = G_TRUE THEN
759: ROLLBACK TO l_program_name;
760: fnd_msg_pub.count_and_get(p_count => x_msg_count, p_data => x_msg_data);
761: END IF;
762:
763: x_return_status := G_RET_STS_UNEXP_ERROR;
764: