DBA Data[Home] [Help]

APPS.INV_MAINTAIN_RESERVATION_PUB dependencies on OE_ORDER_HEADERS_ALL

Line 1489: from oe_order_headers_all h, oe_order_lines_all l

1485: select decode (h.source_document_type_id, 10,
1486: inv_reservation_global.g_source_type_internal_ord,
1487: inv_reservation_global.g_source_type_oe )
1488: into l_demand_source_type_id
1489: from oe_order_headers_all h, oe_order_lines_all l
1490: where h.header_id = l.header_id
1491: and l.line_id = p_demand_source_line_id;
1492:
1493: l_rsv.demand_source_type_id := l_demand_source_type_id;