DBA Data[Home] [Help]

APPS.OZF_VOLUME_OFFER_DISC_PVT dependencies on OZF_DISC_LINE_PKG

Line 1535: -- OZF_Create_Ozf_Prod_Line_PKG.Delete_Product,OZF_DISC_LINE_PKG.Delete_Row

1531: -- Delete_vo_discount
1532: -- Type
1533: -- Private
1534: -- Pre-Req
1535: -- OZF_Create_Ozf_Prod_Line_PKG.Delete_Product,OZF_DISC_LINE_PKG.Delete_Row
1536: -- Parameters
1537: --
1538: -- IN
1539: -- p_api_version_number IN NUMBER Required

Line 1632: OZF_DISC_LINE_PKG.delete_tiers(p_offer_discount_line_id => p_offer_discount_line_id);

1628: OZF_Offer_Adj_Line_PVT.debug_message('Done calling Delete name');
1629:
1630:
1631: BEGIN
1632: OZF_DISC_LINE_PKG.delete_tiers(p_offer_discount_line_id => p_offer_discount_line_id);
1633: EXCEPTION
1634: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
1635: null;
1636: END;

Line 1641: OZF_DISC_LINE_PKG.Delete_Row(

1637:
1638: OZF_Offer_Adj_Line_PVT.debug_message('Done deleting children');
1639:
1640: BEGIN
1641: OZF_DISC_LINE_PKG.Delete_Row(
1642: p_offer_discount_line_id => p_offer_discount_line_id,
1643: p_object_version_number => p_object_version_number
1644: );
1645: END;

Line 2122: -- Invoke table handler(OZF_DISC_LINE_PKG.Insert_Row)

2118: END IF;
2119: -- create discounts
2120: -- Debug Message
2121: OZF_Offer_Adj_Line_PVT.debug_message( 'Private API: Calling create table handler');
2122: -- Invoke table handler(OZF_DISC_LINE_PKG.Insert_Row)
2123: OZF_DISC_LINE_PKG.Insert_Row(
2124: px_offer_discount_line_id => l_vo_discount_line_id,
2125: p_parent_discount_line_id => l_vo_discount_rec.parent_discount_line_id,
2126: p_volume_from => l_vo_discount_rec.volume_from,

Line 2123: OZF_DISC_LINE_PKG.Insert_Row(

2119: -- create discounts
2120: -- Debug Message
2121: OZF_Offer_Adj_Line_PVT.debug_message( 'Private API: Calling create table handler');
2122: -- Invoke table handler(OZF_DISC_LINE_PKG.Insert_Row)
2123: OZF_DISC_LINE_PKG.Insert_Row(
2124: px_offer_discount_line_id => l_vo_discount_line_id,
2125: p_parent_discount_line_id => l_vo_discount_rec.parent_discount_line_id,
2126: p_volume_from => l_vo_discount_rec.volume_from,
2127: p_volume_to => l_vo_discount_rec.volume_to,

Line 2380: OZF_DISC_LINE_PKG.Update_Row(

2376: IF x_return_status<>FND_API.G_RET_STS_SUCCESS THEN
2377: RAISE FND_API.G_EXC_ERROR;
2378: END IF;
2379: --update data in table
2380: OZF_DISC_LINE_PKG.Update_Row(
2381: p_offer_discount_line_id => l_tar_vo_disc_line_rec.offer_discount_line_id,
2382: p_parent_discount_line_id => l_tar_vo_disc_line_rec.parent_discount_line_id,
2383: p_volume_from => l_tar_vo_disc_line_rec.volume_from,
2384: p_volume_to => l_tar_vo_disc_line_rec.volume_to,