DBA Data[Home] [Help]

APPS.CSD_BULK_RECEIVE_PVT dependencies on CS_ESTIMATE_DETAILS

Line 103: cs_estimate_details edt

99: edt.order_line_id,
100: edt.order_header_id,
101: dpt.source_serial_number
102: from csd_product_transactions dpt,
103: cs_estimate_details edt
104: where dpt.repair_line_id = p_repair_line_id
105: and dpt.action_type = 'RMA'
106: and dpt.prod_txn_status = 'BOOKED'
107: and dpt.estimate_detail_id = edt.estimate_detail_id