DBA Data[Home] [Help]

APPS.OZF_OFFERADJ_APPROVAL_PVT dependencies on OZF_OFFER_BACKDATE_PVT

Line 1358: OZF_Offer_Backdate_PVT.Update_Offer_Discounts

1354: , resp_appl_id => l_appl_id
1355: --, security_group_id => l_security_group_id
1356: );
1357: -- Call Discounts Update API only when effective_date is less than sysdate
1358: OZF_Offer_Backdate_PVT.Update_Offer_Discounts
1359: (
1360: p_init_msg_list => FND_API.G_FALSE
1361: ,p_api_version => l_api_version
1362: ,p_commit => FND_API.G_FALSE

Line 1375: OZF_Offer_Backdate_PVT.close_adjustment

1371: ELSIF l_return_status = FND_API.G_RET_STS_UNEXP_ERROR THEN
1372: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
1373: END IF;
1374: -- for active status , call api which activates/ closes adjustment depending on effective date
1375: OZF_Offer_Backdate_PVT.close_adjustment
1376: (
1377: p_offer_adjustment_id => l_offer_adjustment_id
1378: , x_return_status => l_return_status
1379: , x_msg_count => l_msg_count