DBA Data[Home] [Help]

APPS.OZF_QUOTA_ALLOCATIONS_PVT dependencies on OZF_ALLOCATION_ENGINE_PVT

Line 153: ozf_allocation_engine_pvt.setup_product_spread

149: x_return_status := FND_API.G_RET_STS_SUCCESS;
150:
151: for l_fact_id in c_fact_id(p_alloc_id)
152: loop
153: ozf_allocation_engine_pvt.setup_product_spread
154: (
155: p_api_version =>1.0,
156: p_init_msg_list => FND_API.G_FALSE,
157: p_commit => FND_API.G_FALSE,

Line 375: --Will be used to ensure that the ozf_allocation_engine_pvt.allocate_target is called only for leaf quota nodes

371: SELECT activity_metric_fact_id , act_metric_used_by_id FROM ozf_act_metric_facts_all
372: WHERE activity_metric_id = p_alloc_id;
373:
374: --Added by kvattiku Mar 15, 04
375: --Will be used to ensure that the ozf_allocation_engine_pvt.allocate_target is called only for leaf quota nodes
376:
377: CURSOR c_leaf(p_quota_id NUMBER) IS
378: SELECT 'Y' from dual
379: WHERE exists(

Line 404: ozf_allocation_engine_pvt.allocate_target

400: close c_leaf;
401:
402: --call the allocate_target api for leaf quota nodes only
403: IF l_return = 'Y' THEN
404: ozf_allocation_engine_pvt.allocate_target
405: (
406: p_api_version => p_api_version
407: , p_init_msg_list => p_init_msg_list
408: , p_commit => p_commit