DBA Data[Home] [Help]

APPS.SR_UWQ_INTEG dependencies on OE_ORDER_HEADERS_ALL

Line 1158: from oe_order_headers_all oe,

1154: -- This cursor will get the Inc. Number associated to
1155: -- the RMA Number. If not found it just passes the RMA Number.
1156: cursor rma_cursor is
1157: select inc.incident_id,inc.incident_number
1158: from oe_order_headers_all oe,
1159: cs_estimate_details chg,
1160: cs_incidents_all_b inc
1161: where oe.order_number = p_parameter_value
1162: and oe.order_category_code in ('RETURN','MIXED')