DBA Data[Home] [Help]

APPS.OZF_VOLUME_OFFER_DISC_PVT dependencies on OZF_VO_DISC_STRUCT_NAME_PKG

Line 1620: OZF_VO_DISC_STRUCT_NAME_PKG.Delete_Row(

1616: SELECT object_version_number, offr_disc_struct_name_id INTO l_object_version_number, l_offr_disc_struct_name_id
1617: FROM ozf_offr_disc_struct_name_b
1618: WHERE offer_discount_line_id = p_offer_discount_line_id;
1619:
1620: OZF_VO_DISC_STRUCT_NAME_PKG.Delete_Row(
1621: p_offr_disc_struct_name_id => l_offr_disc_struct_name_id,
1622: p_object_version_number => l_object_version_number);
1623:
1624: EXCEPTION

Line 2177: OZF_VO_DISC_STRUCT_NAME_PKG.Insert_Row(

2173: RAISE FND_API.G_EXC_ERROR;
2174: END IF;
2175:
2176: IF l_vo_discount_rec.tier_type = 'PBH' THEN -- create tier names only for pbh tiers
2177: OZF_VO_DISC_STRUCT_NAME_PKG.Insert_Row(
2178: px_offr_disc_struct_name_id => l_offr_disc_struct_name_id
2179: , p_offer_discount_line_id => x_vo_discount_line_id
2180: , p_creation_date => SYSDATE
2181: , p_created_by => FND_GLOBAL.USER_ID

Line 2435: OZF_VO_DISC_STRUCT_NAME_PKG.Update_Row(

2431: SELECT object_version_number, offr_disc_struct_name_id into l_struct_object_version , l_offr_disc_struct_name_id
2432: FROM ozf_offr_disc_struct_name_b
2433: WHERE offer_discount_line_id = p_vo_disc_rec.offer_discount_line_id;
2434:
2435: OZF_VO_DISC_STRUCT_NAME_PKG.Update_Row(
2436: p_offr_disc_struct_name_id => l_offr_disc_struct_name_id
2437: , p_offer_discount_line_id => p_vo_disc_rec.offer_discount_line_id
2438: , p_last_updated_by => FND_GLOBAL.USER_ID
2439: , p_last_update_date => SYSDATE