DBA Data[Home] [Help]

APPS.IBE_QUOTE_SAVE_PVT dependencies on ASO_PRICE_ATTRIBUTES

Line 2007: from aso_price_attributes

2003: l_pricingIndex NUMBER := 1;
2004:
2005: Cursor c_get_hdr_pricing_attributes(p_quote_header_id NUMBER) is
2006: select pricing_attribute1
2007: from aso_price_attributes
2008: where quote_header_id = p_quote_header_id
2009: and quote_line_id is null;
2010:
2011: rec_pricing_attr_info c_get_hdr_pricing_attributes%rowtype;