DBA Data[Home] [Help]

APPS.CSM_MULTI_MOBQRY_PKG dependencies on MTL_RESERVATIONS

Line 406: mtl_reservations mr

402: NULL as shipment_line_id
403: from csp_req_line_details rld,
404: csp_requirement_lines rl,
405: csp_requirement_headers rh,
406: mtl_reservations mr
407: where rld.source_type='RES'
408: and rld.requirement_line_id=rl.requirement_line_id
409: and rl.requirement_header_id=rh.requirement_header_id
410: and rld.source_id=mr.reservation_id

Line 670: mtl_reservations mr

666: NULL as shipment_line_id
667: from csp_req_line_details rld,
668: csp_requirement_lines rl,
669: csp_requirement_headers rh,
670: mtl_reservations mr
671: where rld.source_type='RES'
672: and rld.requirement_line_id=rl.requirement_line_id
673: and rl.requirement_header_id=rh.requirement_header_id
674: and rld.source_id=mr.reservation_id