DBA Data[Home] [Help]

APPS.OZF_DISC_LINE_PVT dependencies on OZF_PROD_RELN_PKG

Line 3074: Ozf_Prod_Reln_Pkg.Lock_Row(l_discount_product_reln_id,p_object_version);

3070: x_return_status := FND_API.G_RET_STS_SUCCESS;
3071:
3072:
3073: ------------------------ lock -------------------------
3074: Ozf_Prod_Reln_Pkg.Lock_Row(l_discount_product_reln_id,p_object_version);
3075:
3076:
3077: -------------------- finish --------------------------
3078: FND_MSG_PUB.count_and_get(

Line 3722: -- Invoke table handler(Ozf_Prod_Reln_Pkg.Insert_Row)

3718:
3719: -- Debug Message
3720: OZF_UTILITY_PVT.debug_message( 'Private API: Calling create table handler');
3721:
3722: -- Invoke table handler(Ozf_Prod_Reln_Pkg.Insert_Row)
3723: Ozf_Prod_Reln_Pkg.Insert_Row(
3724: px_discount_product_reln_id => l_discount_product_reln_id,
3725: p_offer_discount_line_id => l_prod_reln_rec.offer_discount_line_id,
3726: p_off_discount_product_id => l_prod_reln_rec.off_discount_product_id,

Line 3723: Ozf_Prod_Reln_Pkg.Insert_Row(

3719: -- Debug Message
3720: OZF_UTILITY_PVT.debug_message( 'Private API: Calling create table handler');
3721:
3722: -- Invoke table handler(Ozf_Prod_Reln_Pkg.Insert_Row)
3723: Ozf_Prod_Reln_Pkg.Insert_Row(
3724: px_discount_product_reln_id => l_discount_product_reln_id,
3725: p_offer_discount_line_id => l_prod_reln_rec.offer_discount_line_id,
3726: p_off_discount_product_id => l_prod_reln_rec.off_discount_product_id,
3727: p_creation_date => SYSDATE,

Line 3955: -- Invoke table handler(Ozf_Prod_Reln_Pkg.Update_Row)

3951:
3952: -- Debug Message
3953: -- OZF_UTILITY_PVT.debug_message(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW, 'Private API: Calling update table handler');
3954:
3955: -- Invoke table handler(Ozf_Prod_Reln_Pkg.Update_Row)
3956: Ozf_Prod_Reln_Pkg.Update_Row(
3957: p_discount_product_reln_id => p_prod_reln_rec.discount_product_reln_id,
3958: p_offer_discount_line_id => p_prod_reln_rec.offer_discount_line_id,
3959: p_off_discount_product_id => p_prod_reln_rec.off_discount_product_id,

Line 3956: Ozf_Prod_Reln_Pkg.Update_Row(

3952: -- Debug Message
3953: -- OZF_UTILITY_PVT.debug_message(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW, 'Private API: Calling update table handler');
3954:
3955: -- Invoke table handler(Ozf_Prod_Reln_Pkg.Update_Row)
3956: Ozf_Prod_Reln_Pkg.Update_Row(
3957: p_discount_product_reln_id => p_prod_reln_rec.discount_product_reln_id,
3958: p_offer_discount_line_id => p_prod_reln_rec.offer_discount_line_id,
3959: p_off_discount_product_id => p_prod_reln_rec.off_discount_product_id,
3960: p_last_update_date => SYSDATE,

Line 4114: -- Invoke table handler(Ozf_Prod_Reln_Pkg.Delete_Row)

4110: --
4111: -- Debug Message
4112: OZF_UTILITY_PVT.debug_message( 'Private API: Calling delete table handler');
4113:
4114: -- Invoke table handler(Ozf_Prod_Reln_Pkg.Delete_Row)
4115: Ozf_Prod_Reln_Pkg.Delete_Row(
4116: p_discount_product_reln_id => p_discount_product_reln_id,
4117: p_object_version_number => p_object_version_number );
4118: --

Line 4115: Ozf_Prod_Reln_Pkg.Delete_Row(

4111: -- Debug Message
4112: OZF_UTILITY_PVT.debug_message( 'Private API: Calling delete table handler');
4113:
4114: -- Invoke table handler(Ozf_Prod_Reln_Pkg.Delete_Row)
4115: Ozf_Prod_Reln_Pkg.Delete_Row(
4116: p_discount_product_reln_id => p_discount_product_reln_id,
4117: p_object_version_number => p_object_version_number );
4118: --
4119: -- End of API body

Line 5401: -- Ozf_Prod_Reln_Pkg.Delete

5397: -- Delete_Relation
5398: -- Type
5399: -- Private
5400: -- Pre-Req
5401: -- Ozf_Prod_Reln_Pkg.Delete
5402: -- Parameters
5403: --
5404: -- IN
5405: -- p_api_version_number IN NUMBER Required

Line 5469: Ozf_Prod_Reln_Pkg.Delete(

5465: -- Initialize API return status to SUCCESS
5466: x_return_status := FND_API.G_RET_STS_SUCCESS;
5467:
5468:
5469: Ozf_Prod_Reln_Pkg.Delete(
5470: p_offer_discount_line_id => p_offer_discount_line_id
5471: );
5472:
5473: