DBA Data[Home] [Help]

APPS.OE_ORDER_ADJ_PVT dependencies on OE_TRANSACTION_TYPES_ALL

Line 4094: from oe_transaction_types_all o,oe_order_headers h

4090: G_STMT_NO := 'Enforce_Price_lists_Flag#10';
4091: IF (px_order_enforce_list_price IS NULL) THEN
4092: begin
4093: select /* MOAC_SQL_CHANGE */ nvl(enforce_line_prices_flag,'N') into px_order_enforce_list_price
4094: from oe_transaction_types_all o,oe_order_headers h
4095: where h.header_id=p_header_id and h.order_type_id=o.transaction_type_id
4096: and o.transaction_type_code=l_literal_order;
4097: exception when no_data_found then
4098: px_order_enforce_list_price := 'N';