DBA Data[Home] [Help]

APPS.OZF_VOLUME_OFFER_DISC_PVT dependencies on OZF_CREATE_OZF_PROD_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 1606: OZF_Create_Ozf_Prod_Line_PKG.Delete_Product(

1602: --
1603:
1604: -- Invoke table handler(OZF_Promotional_Offers_PKG.Delete_Row)
1605: BEGIN
1606: OZF_Create_Ozf_Prod_Line_PKG.Delete_Product(
1607: p_offer_discount_line_id => p_offer_discount_line_id
1608: );
1609: EXCEPTION
1610: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN

Line 3447: Ozf_Create_Ozf_Prod_Line_Pkg.Insert_Row(

3443: RAISE FND_API.G_EXC_ERROR;
3444: END IF;
3445:
3446: -- insert
3447: Ozf_Create_Ozf_Prod_Line_Pkg.Insert_Row(
3448: px_off_discount_product_id => l_vo_prod_id,
3449: p_parent_off_disc_prod_id => l_vo_prod_rec.parent_off_disc_prod_id,
3450: p_product_level => l_vo_prod_rec.product_level,
3451: p_product_id => l_vo_prod_rec.product_id,

Line 3643: OZF_Create_Ozf_Prod_Line_PKG.Update_Row(

3639: IF x_return_status<>FND_API.G_RET_STS_SUCCESS THEN
3640: RAISE FND_API.G_EXC_ERROR;
3641: END IF;
3642: -- update
3643: OZF_Create_Ozf_Prod_Line_PKG.Update_Row(
3644: p_off_discount_product_id => p_vo_prod_rec.off_discount_product_id,
3645: p_parent_off_disc_prod_id => p_vo_prod_rec.parent_off_disc_prod_id,
3646: p_product_level => p_vo_prod_rec.product_level,
3647: p_product_id => p_vo_prod_rec.product_id,

Line 3798: OZF_Create_Ozf_Prod_Line_PKG.Delete_row(

3794: -- Api body
3795: --
3796:
3797: -- Invoke table handler(OZF_Promotional_Offers_PKG.Delete_Row)
3798: OZF_Create_Ozf_Prod_Line_PKG.Delete_row(
3799: p_off_discount_product_id => p_off_discount_product_id
3800: , p_object_version_number => p_object_version_number
3801: );
3802: