DBA Data[Home] [Help]

APPS.OE_VALIDATE_LINE dependencies on OE_ORDER_HEADERS_ALL

Line 6530: From oe_order_headers_all

6526: --fix a problem in which for some rare cases in which cachce has a null of transactional_curr_code
6527: If nvl(l_hdr_currency_code,FND_API.G_MISS_CHAR) = FND_API.G_MISS_CHAR Then
6528: Select transactional_curr_code
6529: into l_hdr_currency_code
6530: From oe_order_headers_all
6531: Where header_id = p_line_rec.header_id;
6532: End If;
6533:
6534: QP_UTIL_PUB.Validate_Price_list_Curr_code(p_line_rec.price_list_id,