653: WHERE requisition_header_id = l_req_header_id;
654:
655: --add by alex
656: --copy attachment for the header
657: fnd_attached_documents2_pkg.copy_attachments('REQ_HEADERS',
658: l_req_header_id,
659: '',
660: '',
661: '',
806: AND rl.requisition_line_id = prec.requisition_line_id;
807:
808: --add by alex
809: --copy attachment for the header
810: fnd_attached_documents2_pkg.copy_attachments('REQ_LINES',
811: prec.requisition_line_id,
812: '',
813: '',
814: '',