DBA Data[Home] [Help]

APPS.ASO_PRICING_CORE_PVT dependencies on ASO_PRICE_ATTRIBUTES_PKG

Line 9069: ASO_PRICE_ATTRIBUTES_PKG.Delete_Row

9065: /*Deleting the attributes or promotions from Istore*/
9066: IF ASO_DEBUG_PUB.G_Debug_Flag = 'Y' THEN
9067: aso_debug_pub.add('ASO_PRICING_CORE_PVT:Deleting Price attributes or promocodes from Istorewith Price_attribute_id:'||p_price_attr_tbl(i).Price_attribute_id,1,'Y');
9068: END IF;
9069: ASO_PRICE_ATTRIBUTES_PKG.Delete_Row
9070: (p_PRICE_ATTRIBUTE_ID => p_price_attr_tbl(i).price_attribute_id);
9071: else
9072: --We will require at least quote_header_id AND (price_attr1 OR price_attr2 value)
9073: --Check if there is a header id

Line 9194: ASO_PRICE_ATTRIBUTES_PKG.Delete_Row

9190:
9191: IF ASO_DEBUG_PUB.G_Debug_Flag = 'Y' THEN
9192: aso_debug_pub.add('ASO_PRICING_CORE_PVT:After Deleting Adj Deleting the attribute rec',1,'Y');
9193: END IF;
9194: ASO_PRICE_ATTRIBUTES_PKG.Delete_Row
9195: (p_PRICE_ATTRIBUTE_ID => p_price_attr_tbl(i).price_attribute_id);
9196:
9197: End If;--If ((p_price_attr_tbl(i).pricing_attribute1 IS NULL This is the end if of else of Istore and attr
9198: