DBA Data[Home] [Help]

APPS.OZF_TP_ACCRUAL_PVT dependencies on OZF_VOLUME_CALCULATION_PUB

Line 890: OZF_VOLUME_CALCULATION_PUB.Update_Tracking_Line(

886:
887: -- R12 Volumn Offer Enhancement (+)
888: -- TPA in DRAFT mode ER : Update tracking line(ozf_order_group_prod table) only in FINAL mode
889: IF l_object_type = 'OFFR' AND p_run_mode <> 'DRAFT' THEN
890: OZF_VOLUME_CALCULATION_PUB.Update_Tracking_Line(
891: p_init_msg_list => FND_API.g_false
892: ,p_api_version => 1.0
893: ,p_commit => FND_API.g_false
894: ,x_return_status => l_return_status

Line 1327: l_beneficiary_account_id := ozf_volume_calculation_pub.get_beneficiary(l_offer_id

1323:
1324: --kdass bug 12912760 - populate beneficary for volume offer
1325: IF l_offer_type = 'VOLUME_OFFER' AND l_act_util_rec.object_type = 'TP_ORDER'
1326: AND l_act_budgets_rec.arc_act_budget_used_by = 'OFFR' THEN
1327: l_beneficiary_account_id := ozf_volume_calculation_pub.get_beneficiary(l_offer_id
1328: ,l_act_util_rec.object_id);
1329: IF OZF_DEBUG_LOW_ON THEN
1330: ozf_utility_pvt.write_conc_log ('l_offer_id: ' || l_offer_id);
1331: ozf_utility_pvt.write_conc_log ('l_beneficiary_account_id: ' || l_beneficiary_account_id);

Line 1460: OZF_VOLUME_CALCULATION_PUB.Create_Volume(

1456: l_sales_transaction_rec.line_id := l_line_id;
1457: l_sales_transaction_rec.source_code := 'IS';
1458: END IF;
1459:
1460: OZF_VOLUME_CALCULATION_PUB.Create_Volume(
1461: p_init_msg_list => FND_API.g_false
1462: ,p_api_version => 1.0
1463: ,p_commit => FND_API.g_false
1464: ,x_return_status => l_return_status