DBA Data[Home] [Help]

APPS.OZF_OFFERADJ_APPROVAL_PVT dependencies on OZF_OFFER_BACKDATE_PVT

Line 1359: OZF_Offer_Backdate_PVT.Update_Offer_Discounts

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

Line 1376: OZF_Offer_Backdate_PVT.close_adjustment

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