DBA Data[Home] [Help]

APPS.QA_FLEX_UTIL dependencies on OE_ORDER_HEADERS_ALL

Line 442: -- oe_order_headers to the base table oe_order_headers_all to

438: -- is not supported.
439: -- bso Fri Mar 3 15:56:03 PST 2000
440:
441: -- Changed the from clause in the below cursor from the view
442: -- oe_order_headers to the base table oe_order_headers_all to
443: -- enable RMA number collection element to honour all Operating
444: -- Units. Refer bug for more details.
445: -- Bug 3430888. suramasw
446:

Line 450: FROM oe_order_headers_all

446:
447: x_sales_order number := NULL;
448: CURSOR c IS
449: SELECT order_number
450: FROM oe_order_headers_all
451: WHERE header_id = x_id;
452:
453: BEGIN
454: IF x_id IS NULL THEN