DBA Data[Home] [Help]

APPS.GMD_SAMPLES_PUB dependencies on OE_ORDER_HEADERS_ALL

Line 1963: FROM oe_order_headers_all oha

1959: AND csua.site_use_id = p_sample_rec.ship_to_site_id;
1960:
1961: /*CURSOR c_order IS
1962: SELECT 1
1963: FROM oe_order_headers_all oha
1964: , oe_order_lines_all oola
1965: , oe_transaction_types_tl ttt
1966: WHERE oola.header_id = oha.header_id
1967: AND oola.inventory_item_id IN

Line 1986: FROM oe_order_headers_all oha

1982: --CURSOR c_order rewritten as part of bug# 4916871
1983: --CURSOR c_order rewritten as part of bug# 5335008
1984: CURSOR c_order IS
1985: SELECT 1
1986: FROM oe_order_headers_all oha
1987: , oe_order_lines_all oola
1988: , oe_transaction_types_tl ttt
1989: WHERE oola.header_id = oha.header_id
1990: AND oola.inventory_item_id = p_sample_rec.inventory_item_id