DBA Data[Home] [Help]

APPS.QP_BUILD_SOURCING_PVT_TMP dependencies on QP_UTIL_PUB

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

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

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

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