DBA Data[Home] [Help]

APPS.QP_BUILD_SOURCING_PVT_TMP dependencies on QP_UTIL_PUB

Line 54: If QP_Util_PUB.HVOP_Pricing_On= 'N' Then --Follow Non-HVOP Path

50: oe_debug_pub.add('hw/src/H: change to g_yes');
51: END IF;
52: end if;
53:
54: If QP_Util_PUB.HVOP_Pricing_On= 'N' Then --Follow Non-HVOP Path
55: QP_ATTR_MAPPING_PUB.G_Product_Attr_Tbl.delete;
56: IF p_req_type_code = 'MSD' THEN
57:
58: IF p_pricing_type_code = 'L' THEN

Line 828: If QP_Util_PUB.HVOP_Pricing_On = 'N' Then

824: NULL;
825:
826: End If; --HVOP Path
827:
828: If QP_Util_PUB.HVOP_Pricing_On = 'N' Then
829: if p_pricing_type_code = 'L' and qp_preq_grp.g_new_pricing_call = qp_preq_grp.g_yes then
830: qp_preq_grp.g_new_pricing_call := qp_preq_grp.g_no;
831: IF l_debug = FND_API.G_TRUE THEN
832: oe_debug_pub.add('hw/src/L: change to g_no');