DBA Data[Home] [Help]

APPS.OZF_VOLUME_OFFER_DISC_PVT dependencies on QP_VALIDATE

Line 44: -- Thu Dec 29 2005:4:00 PM GRAMANAT Changed QP_CATEGORY_MAPPING_RULE.Validate_UOM to use QP_Validate.Product_Uom

40: -- Sat Oct 01 2005:6/18 PM Corrected copy_vo_discounts to chech for existance of tier before copying.
41: -- added function get_discount_line_exists to check if a pbh line exists.
42: -- Tue Oct 11 2005:2/47 PM RSSHARMA Add debug messages only if debug level is high
43: -- added tier level validations for overlapping and discontinuous tiers
44: -- Thu Dec 29 2005:4:00 PM GRAMANAT Changed QP_CATEGORY_MAPPING_RULE.Validate_UOM to use QP_Validate.Product_Uom
45: -- Thu Feb 23 2006:12/41 PM RSSHARMA Fixed big # 5024225. In check_vo_product_Uk_Items, product_attr_value
46: -- was compared to g_miss_num, which gived charracter to number conversion error.
47: -- Also for the timebeing commented out discountinuous_tiers_exist call, till the function is corrected
48: -- Wed Mar 29 2006:6/3 PM RSSHARMA Return product id properly

Line 2849: IF NOT QP_Validate.Product_Uom (

2845: to_number(p_vo_prod_rec.product_attr_value),
2846: l_uom_code.uom_code) = 'N'
2847: */
2848: select qp_list_header_id into l_list_header_id from ozf_offers where offer_id = l_uom_code.offer_id;
2849: IF NOT QP_Validate.Product_Uom (
2850: l_uom_code.uom_code,
2851: to_number(p_vo_prod_rec.product_attr_value),
2852: l_list_header_id)
2853: THEN