DBA Data[Home] [Help]

APPS.OZF_QUOTA_ALLOCATIONS_PVT dependencies on OZF_UTILITY_PVT

Line 512: ozf_utility_pvt.debug_message('@Calling Publish Allocation');

508: fetch c_alloc_dtls into l_alloc_dtls;
509: close c_alloc_dtls;
510: -- Publish funds
511: /* commented out by kvattiku
512: ozf_utility_pvt.debug_message('@Calling Publish Allocation');
513:
514: OZF_FUND_ALLOCATIONS_PVT.publish_allocation(p_api_version => p_api_version
515: , p_init_msg_list => p_init_msg_list
516: , p_commit => p_commit

Line 530: ozf_utility_pvt.debug_message('@Done Calling Publish Allocation: Return :'||x_return_status);

526: RAISE fnd_api.g_exc_error;
527: ELSIF x_return_status = fnd_api.g_ret_sts_unexp_error THEN
528: RAISE fnd_api.g_exc_unexpected_error;
529: END IF;
530: ozf_utility_pvt.debug_message('@Done Calling Publish Allocation: Return :'||x_return_status);
531: -- update generated funds with the time spread of the allocation
532: */
533: ozf_utility_pvt.debug_message('@Calling Update Fund With Time Spread');
534:

Line 533: ozf_utility_pvt.debug_message('@Calling Update Fund With Time Spread');

529: END IF;
530: ozf_utility_pvt.debug_message('@Done Calling Publish Allocation: Return :'||x_return_status);
531: -- update generated funds with the time spread of the allocation
532: */
533: ozf_utility_pvt.debug_message('@Calling Update Fund With Time Spread');
534:
535: update_fund_with_extra_fields(
536: p_api_version => p_api_version
537: , p_init_msg_list => p_init_msg_list

Line 551: ozf_utility_pvt.debug_message('@Done Calling Update Fund With Time Spread: Return :'||x_return_status);

547: RAISE fnd_api.g_exc_error;
548: ELSIF x_return_status = fnd_api.g_ret_sts_unexp_error THEN
549: RAISE fnd_api.g_exc_unexpected_error;
550: END IF;
551: ozf_utility_pvt.debug_message('@Done Calling Update Fund With Time Spread: Return :'||x_return_status);
552: ozf_utility_pvt.debug_message('@Calling generate product spread');
553:
554: generate_product_spread(
555: p_api_version => p_api_version

Line 552: ozf_utility_pvt.debug_message('@Calling generate product spread');

548: ELSIF x_return_status = fnd_api.g_ret_sts_unexp_error THEN
549: RAISE fnd_api.g_exc_unexpected_error;
550: END IF;
551: ozf_utility_pvt.debug_message('@Done Calling Update Fund With Time Spread: Return :'||x_return_status);
552: ozf_utility_pvt.debug_message('@Calling generate product spread');
553:
554: generate_product_spread(
555: p_api_version => p_api_version
556: , p_init_msg_list => p_init_msg_list

Line 573: ozf_utility_pvt.debug_message('@Done Calling generate product spread: Return:'||x_return_status);

569: ELSIF x_return_status = fnd_api.g_ret_sts_unexp_error THEN
570: RAISE fnd_api.g_exc_unexpected_error;
571: END IF;
572:
573: ozf_utility_pvt.debug_message('@Done Calling generate product spread: Return:'||x_return_status);
574: ozf_utility_pvt.debug_message('@Calling allocate target');
575:
576: allocate_target(
577: p_api_version => p_api_version

Line 574: ozf_utility_pvt.debug_message('@Calling allocate target');

570: RAISE fnd_api.g_exc_unexpected_error;
571: END IF;
572:
573: ozf_utility_pvt.debug_message('@Done Calling generate product spread: Return:'||x_return_status);
574: ozf_utility_pvt.debug_message('@Calling allocate target');
575:
576: allocate_target(
577: p_api_version => p_api_version
578: , p_init_msg_list => p_init_msg_list

Line 594: ozf_utility_pvt.debug_message('@Done Calling allocate target : return :'||x_return_status);

590: ELSIF x_return_status = fnd_api.g_ret_sts_unexp_error THEN
591: RAISE fnd_api.g_exc_unexpected_error;
592: END IF;
593:
594: ozf_utility_pvt.debug_message('@Done Calling allocate target : return :'||x_return_status);
595:
596: EXCEPTION
597: WHEN Fnd_Api.G_EXC_ERROR THEN
598: x_return_status := Fnd_Api.g_ret_sts_error ;