DBA Data[Home] [Help]

APPS.OZF_QUOTA_PUB dependencies on OZF_QUOTA_ALLOCATIONS_PVT

Line 3416: ozf_quota_allocations_pvt.create_quota_alloc_hierarchy(p_api_version => l_api_version

3412: ,x_activity_metric_id => x_alloc_id
3413: );
3414:
3415: IF x_alloc_id IS NOT NULL THEN
3416: ozf_quota_allocations_pvt.create_quota_alloc_hierarchy(p_api_version => l_api_version
3417: ,p_init_msg_list => l_init_msg_list
3418: ,p_commit => l_commit
3419: ,x_return_status => x_return_status
3420: ,x_msg_count => x_msg_count

Line 3551: ozf_quota_allocations_pvt.publish_allocation(p_api_version => l_api_version

3547: ELSIF x_return_status = fnd_api.g_ret_sts_unexp_error THEN
3548: RAISE fnd_api.g_exc_unexpected_error;
3549: END IF;
3550:
3551: ozf_quota_allocations_pvt.publish_allocation(p_api_version => l_api_version
3552: ,p_init_msg_list => l_init_msg_list
3553: ,p_commit => l_commit
3554: ,p_validation_level => l_validation_level
3555: ,p_alloc_id => p_alloc_id