DBA Data[Home] [Help]

APPS.SR_UWQ_INTEG dependencies on CS_ESTIMATE_DETAILS

Line 1159: cs_estimate_details chg,

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')
1163: and oe.header_id = chg.order_header_id