DBA Data[Home] [Help]

APPS.OE_VALIDATE_LINE dependencies on OE_ORDER_HEADERS_ALL

Line 6158: From oe_order_headers_all

6154: --fix a problem in which for some rare cases in which cachce has a null of transactional_curr_code
6155: If nvl(l_hdr_currency_code,FND_API.G_MISS_CHAR) = FND_API.G_MISS_CHAR Then
6156: Select transactional_curr_code
6157: into l_hdr_currency_code
6158: From oe_order_headers_all
6159: Where header_id = p_line_rec.header_id;
6160: End If;
6161:
6162: QP_UTIL_PUB.Validate_Price_list_Curr_code(p_line_rec.price_list_id,